proc mx_timer_ask {} { global botnick quizconf global rankfile global rankfile userlist timerankreset global tgcurrentanswer tghinttimer tgtimenext tgchan global tgnextqtimer tgstreak tgstreakmin global tgscoresbyname tgranksbyname tgranksbynum global tgcongrats tgscorestotal tgmissed global tgtimes...
i try to write word game in tcl how to make the bot read the title when answer only 1 the title "sample one" , if answer got 2 the title "sample two" and if the answer got 3 the title make deferent post like "sample 3" thanks if {$upasAnswerCount == 1} { upasmsg " ...
hello guys.. got this badnick kicker thinghy but with little problem, it does kick a nick like for example: Piss ,cause these kinda words are in the badnick list But when someone makes combinations like for example: pissing_tom that nick wont get kicked. How can i make this work ? ############## set...
i write like what u say [De Kus} but the bot can executing another command. the bot stuck. i wrote like this proc mx_timer_ask {} { global botnick quizconf global Timer switch $qcounter { 1 {set x_ask $botnick {} {} $quizconf(quizchannel) {} } 2 {set Timer [utimer 10 Question] } } if { [incr qcounte...