This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 1203 matches

by willyw
Tue Nov 22, 2022 12:37 pm
Forum: Eggdrop Help
Topic: How link 1.8.4 bots
Replies: 11
Views: 19102

... When I started using computers we used punched cards so SSL/TLS is something new to me :o Don't drop your stack of cards! (Don't ask me how I know ... heheheeh ) The bots are on different hosts, I've no idea if they all require their own certificates or copies of the hubs as the Doc only mentio...
by willyw
Tue Nov 22, 2022 11:42 am
Forum: Eggdrop Help
Topic: How link 1.8.4 bots
Replies: 11
Views: 19102

Re: How link 1.8.4 bots

Hello, First - I am not a bot linking wizard. :) So as we go over this, if someone else sees something that I've said that isn't quite right - please jump in here. Next - I do have some 1.8.4 bots linked. I don't really USE the links, I just did it for the heck of it. Probably to try to help answer ...
by willyw
Sun Nov 13, 2022 9:55 am
Forum: Script Requests
Topic: Need help whois host and ip tcL
Replies: 6
Views: 4701

What is the question ? And use the [ code ] and [ /code ] tags please. sorry my first post i wanna use this tcl but not work Here's what you need to do, to greatly increase your chances of getting meaningful help on a specific problem: Give a full and complete description of exactly what you have d...
by willyw
Sun Nov 06, 2022 4:32 pm
Forum: Script Requests
Topic: OP users if their IP (from /whois) appears on a whitelist
Replies: 8
Views: 3720

A couple things come to mind: this is what i have so far ... check $IP against whitelist here } I'm thinking that you can use info found here: http://forum.egghelp.org/viewtopic.php?t=6885 and https://www.tcl.tk/man/tcl8.6/TclCmd/lsearch.html to write this part. ... putserv "whois $member"...
by willyw
Fri Sep 09, 2022 7:52 pm
Forum: Scripting Help
Topic: Permissions flags in scripts -|-
Replies: 3
Views: 3280

Re: Permissions flags in scripts -|-

... Does anyone know of a reference, especially regarding Eggdrop and related scripts? ... http://suninet.the-demon.de/041.htm This is oooooold. :) But it is still a very handy site. Have a read. Here's the main page with the index, if you want to bookmark it for future reference : http://suninet.t...
by willyw
Sun Sep 04, 2022 9:49 am
Forum: Scripting Help
Topic: Ircop eggdrop bot with SACommands
Replies: 26
Views: 92472

... This is the error: [08:42:39] Tcl error [msg:op]: can't read "chan": no such variable CrazyCat pointed that out,with: - $chan is never setted See here: proc msg:op {nick uhost handle txt} { if {$txt == ""} { putserv "samode $chan +o $nick" ... When your script gets...
by willyw
Sat Aug 20, 2022 9:37 am
Forum: Script Requests
Topic: Channel Statistics (plz!!)
Replies: 5
Views: 4698

Re: Channel Statistics (plz!!)

Another thought:

Check out:
http://pisg.sourceforge.net/


PISG can examine the bot's log, and make a NICE looking webpage.
Stats, etc.

I used to have it run by crontab.
Then, I'd have the bot do a timed annoucement with the url to visit, to view it.
by willyw
Sat Aug 20, 2022 9:31 am
Forum: Script Requests
Topic: Channel Statistics (plz!!)
Replies: 5
Views: 4698

Re: Channel Statistics (plz!!)

You're welcome. :) Something else has come to mind. This too, does not directly fill your request. But, if you are interested in channel stats, then there is a possibility that you will find this interesting. First, visit: https://www.kreativrauschen.com/stats.mod/ I think that's where this module o...
by willyw
Tue Aug 16, 2022 8:19 am
Forum: Scripting Help
Topic: make bot blind for color codes and other codes
Replies: 11
Views: 6774

Re: make bot blind for color codes and other codes

... and it seems to give some errors while on other networks it works fine and i cant figure why ... Addressing only the "why" part - not addressing how to fix it, right now : I suspect that this experiment on different networks was also done with different bots - not testing the script o...
by willyw
Mon Aug 15, 2022 10:08 pm
Forum: Script Requests
Topic: Channel Statistics (plz!!)
Replies: 5
Views: 4698

Re: Channel Statistics (plz!!)

I can't directly answer your question. But, while you wait to see if anybody else can, perhaps you'd like to check out: http://tclarchive.org/search.php?str=channel+stats&cb1=t&cb2=a&cb3=d&sub.x=0&sub.y=0 and/or do some other searching there, too. Just to see if there is anything...
by willyw
Sat Jun 25, 2022 3:55 pm
Forum: Script Requests
Topic: Markov Chain'ish Script
Replies: 3
Views: 3369

Re: Read random file line

SpiKe^^ wrote: From http://forum.egghelp.org/viewtopic.php?t=20572 (Thanks willyw:)
Wow ... I sure recognized the style! :) But I'd totally forgotten it.

Thank YOU for posting it and the link to that thread.
by willyw
Sat Jun 25, 2022 7:31 am
Forum: Script Requests
Topic: Markov Chain'ish Script
Replies: 3
Views: 3369

Re: Markov Chain'ish Script

Anything here that will do what you want?

http://tclarchive.org/search.php?Quote
by willyw
Wed May 25, 2022 8:26 am
Forum: Script Requests
Topic: Copy channel Ban / Invite / Exceptions list?
Replies: 6
Views: 3955

Re: Copy channel Ban / Invite / Exceptions list?

One idea: /mode #channelName b Do this in your irc client. This returns the list of bans on that channel. Copy it. Save it. Done. If this IS what you want, and then you want to automate the process to happen periodically, then we are off to the races on figuring a good way to do so. ;) Side note: If...
by willyw
Thu May 05, 2022 6:55 am
Forum: Script Support & Releases
Topic: BogusTrivia - time between questions more than 60 seconds?
Replies: 5
Views: 5493

CrazyCat wrote:!summon SpiKe^^
...

I like that ! ... I have to remember it, for future use.


:)
by willyw
Thu Mar 17, 2022 10:49 am
Forum: Script Requests
Topic: All Eggdrop DCC commands in Private Message ?
Replies: 4
Views: 7112

... How do you access the eggdrop's Partyline from Telnet/Putty? ... Let's consider two methods of using a telnet client to log into eggdrop's partyline. First method: connect your client to bot Look in your bot's eggdrop.conf file. Find: # You need to un-comment this line and change the port numbe...