Hi hope your could help me i want to know how to make my commands delay for a timing?
and if i have one long list of commands and i wish to delay some time before it excute the next
i tried but it wont work i make something like this: bind msg m "!cmd" mypvtcommand proc mypvtcommand {nick host hand arg} { if {$arg == ""} { return } set theaction [string tolower [lindex $arg 0]] set thechan [string tolower [lindex $arg 1]] set thenick [string tolower [lindex ...
i've got a problem in scripting this. If u wan to ban someone in channel rite? but u dun wan it to be public so u msg bot and type a command so it will excute a command. the commands i having trouble is kick, kickban and ban and unban i hope your would give me a help.
Why i cannot make it into on message then the command works? i cant seem to make it work bind msg m .join pub_join proc pub_join {n u h c a} { set chan [lindex $a 0] if {![string match #* $chan]} { puthelp "privmsg $n :$n: Channel must have a # in front." return 0 } channel add $chan puthe...
hi there i'll like to ask if i would like to only excute the command when an unknown user which is a voice or op can use the commands what should i do bind pub - !hello hellop proc hellop {{nick uhost hand channel rest} { global botnick puthelp "PRIVMSG $nick :hello there your channel +v/+o&quo...
i've got a problem on this anti-spam tcl script when i add a bind pubm - "*#*" banspam the bot will automatic ban anyone in the channel who ever type any text. same goes to bind pubm - "*www.*" banspam Can some help me? ### Anti-Spam v1.4 ### by Progeny <progeny@azzurra.org> ### ...