hello, I would like a tcl that send to aleatory nick of the channel was ordering from x time a random message from a file in the format <eggdrop> nick: (message from file)
set date "October 22 14:00:00 2000" set msj "have passed with McLaren being losers" bind pub - !mcloser pub:mcloser proc pub:mcloser {nick uhost hand chan text} { global date msj set dur [expr [clock scan $date]-[clock seconds]] putquick "PRIVMSG $chan : [duration $dur] $ms...
Sir_Fz wrote:You have to change the name of the proc too (i.e. aleatory2 instead of aleatory) since you're still using aleatory for hello. Also, dbfile should be dbfile2 (in the global).