I've searched the database in egghelp for it... But none really suits me... What i needs was... Eg. <user> who is egghelp? <bot> a eggdrop If the bot can't find the answer in the database, the user will add in in pattern and wildcard <user> !addpatern *who*is*egghelp* and the bot will respond <bot> ...
what's wrong? the bounce mode have been set to "1" this is my chaninfo of a channel. Settings for dynamic channel #xxx: Protect modes (chanmode): +tn Idle Kick after (idle-kick): DON'T! stopnethack: DON'T! aop-delay: 1:0 revenge-mode: 0 ban-time: 180 exempt-time: 60 invite-time: 60 Other m...
yay, bloatware. something like this should do it set when "August 20 00:00:00 2005" set why "my birthday!" bind pub - !birthday pub:countdown proc pub:countdown {nick uhost hand chan text} { global when why set dur [expr [clock scan $when]-[clock seconds]] putquick "PRIVMSG...
Hi, I have searched the database for the suitable script that I need... What I need is a TCL that send SAME messages to every channel the bot is in or joined and the timer will be 60mins. The bot will activate such function once I do a .+chan # and I don't have to do a public command such as "!...
Read up! :mrgreen: http://www.egghelp.org/setup.htm http://www.egghelp.org/whatis.htm http://www.egghelp.org/using.htm http://www.egghelp.org/commands/index.htm http://www.egghelp.org/faq.htm Basically, it's just http://www.egghelp.org Need more informations/enquires? You can ask either in Egghelp F...
Erm... Hmm... Actually I've tried some TCL on random nick generator but majority or all the TCLs I've tried ain't really accurate, like what you've said, it won't be 100% accurate but however it's 1% effective towards those flood bots...
Firstly thanks for your code! But I've tried it, it doesn't seems to work for the first time due to some error so I've changed this "bind JOIN-" to "bind JOIN" but still it doesn't work. I've added a new user and chatter +n to the user but when the user joined, nothing happens. ...
I was kind of bored so here you go :x # The configuration set flags(owner) "A Bot Owner Has Entered The Channel!" set flags(master) "A Bot Master Has Entered The Channel!" set flags(op) "A Bot Op Has Entered The Channel!" set flags(halfop) "A Bot Halfop Has Entere...
Via the Command Console: ### info [channel] [info-line] Sets your info line. This line is shown via the /msg commands 'who' and 'whois'. If you have set greet on, it is also shown when you join the channel. If the info line begins with an '@', then it is "locked", and you may no longer ch...
Hi guys, firstly pardon for my bad english. :oops: Right now I'm looking for a TCL that able to kick joining users with non-resolvable IPs (found at Egghelp TCL Archive), this is the following coding: # IP BAN for eggdrop # raspi 2004 # bans users with non-resolvable IPs # also checks global and cha...