Many thanxs for your help TCL_no_TK... but this tcl doesn´t work anymore. :? So weird. It´s loaded, but when type !brak in channel not work. BTW, thanxs. :D # brak Quotes 1.0 by maximopc. 29/08/09 # # bind pub - !chuck pub_brak proc pub_brak {nick mask hand channel args} { global brak puthelp "...
Hi everyone, I have a litle doubt...how to set flood control in this tcl?? brak.tcl # brak Quotes 1.0 by maximopc. 29/08/09 # # bind pub - !brak pub_brak proc pub_brak {nick mask hand channel args} { global brak puthelp "PRIVMSG $channel :[lindex $brak [rand [llength $brak]]]" } set brak {...
Hi people, my actual problem is that I can not properly configure the commands ghost and release for my eggdrop. I suffer micro cuts in my ADSL connection 3 or 4 times in the day, and I need run AUTO eggdrop commands of release and ghost . Anybody can help me? Try using a script called autoidentify....
these are simple errors. the procedure is declaring the argument 'channel', but you are using the variable '$chan'. Simply change it to match. Also, I have been told not to use the argument 'args', as it has special meaning in tcl. Instead, use a different argument, like 'rest'. pub_chuck should lo...
And please... try to understand just a little tiny bit about Tcl. Thanxs, but I´m not a programmer. :oops: Your .conf give me these error: http://aycu18.webshots.com/image/45897/2003582824938359107_rs.jpg But.....I solved correcting this line.... if {[throttled $chan nel 30] >= 4} { Now, I am going...
Thanxs for reply YooHoo....but not works .....Give me the same error.:? chuck.tcl # chuck Quotes 1.0 by FragUK. 14/10/07 # bind pub - !chuck pub_chuck proc pub_chuck {nick mask hand channel args} { global chuck if {[throttled $chan 30] >= 4} { puthelp "PRIVMSG $channel :[lindex $chuck [rand [ll...