Im using the Quote Script by Steinsky, since a short time the Bot gives no Output to the "!quote command. If i configure the script to give out the quotes in a private notice it still works. Also the bot add quotes with the "addquote" command in channel. It Just dont give out Quotes t...
Im searching for a "seen" Script which can tell when the requested Person said somethink the last time (and what he said?). A lot of chatters are using an bouncer so the most seen Scripts -such as bseen and the others in the egghelp archive- are not very usefull for me when the Requested p...
Well this Script is only known by german users i think ;) so i write this Request in german. Ich suche ein Mondgesicht Script. Die Leute von SI behalten ihr Scipt (entgegen der GPL?) für sich. Ich habe zwar eines gefunden http://j0o.de/xela/thread.php?threadid=134&sid= Jedoch gibt es damit ein P...
The Script should count how often the word hello was used in the channel, and always give out the count if its used.
So the script must save the number in a file to keep it on a reboot.
Im sure im going on your nerves... but bind pub - hallo! hallo:reply proc hallo:reply {nick uhost hand chan arg} { global halloreply if {![info exists halloreply([set chan [string tolower $chan]])]} { set halloreply($chan) [list [unixtime] 1] } foreach {t o} $halloreply($chan) {break} if {[unixtime]...