Code: Select all
can't read "argv": no such variable
while executing
"lindex $argv 1"
(file "scripts/welcome.tcl" line 56)
invoked from within
"source scripts/welcome.tcl"
Code: Select all
proc rehash { } {
global chanlist
foreach channel [array names chanlist] {
putquick "PRIVMSG $channel :Ejecutando Rehash Automatico"
}
rehash
}
settimer rehash 3600 rehash
CrazyCat wrote:Read http://forum.egghelp.org/viewtopic.php?t=6236
And depending on your ircd, you can use spamfilter to do that.