how to set from nickname to Date that post this -> News by nick : and this i need -> News 16/09-2003: # add news proc nws:addnews {nick uhost handle chan arg} { global nws if {$chan != $nws(chan)} {return 0} set file $nws(file) ; set arg [mirc_strip "$nick $arg"] set nws(fd) [open $file a+...
is that posibol to create a TCL script like this mirc script ? on 1000:text:*!clanwar*:#ClanMatch.dk: { if ($1 == %c $+ !clanwar) { if ($2 == on) { .enable #gbcode | .msg $chan 5The ClanMatch Database Has Just Been Enabled, To Leave A Message Type %c $+ clanwar | set %last.used.command clanwar on | ...
ok thanks, but i need some big help to this i have try 5 hours now and that don't still work for me :oops: proc find {nick host hand chan arg} { global findstamp if {[string length $arg] < 3} { putquick "NOTICE $nick : oh pls n00b... use more than 2 characters ffs" return 0 } if {[info exi...
what have i do wrong here ? :( [13:58] Tcl error [find]: can't read "currenttime": no such variable [13:58] Tcl error in script for 'timer22': proc find {nick host hand chan arg} { if {[string length $arg] < 3} { global findstamp set currenttime [unixtime] if { [info exists findstamp] } { ...
little problem is now Search info system is busy, please try again in 5 seconds come after the first user have search and the bot is ready to a new search
how to add this line in this script ? ---> Search info system is busy, please try again in 5 seconds proc find {nick host hand chan arg} { if {[string length $arg] < 3} { # they put in less than four characters.. bitch at them putquick "NOTICE $nick : oh pls n00b... use more than 2 characters f...
hmmm the same problem Tcl error [find]: list element in braces followed by "" instead of space maybe that will help if i split serverlist on 3 part qstatserverlist.lst ? ex proc exec_players {} { return [exec ./qstat -sort g -default rwm -Ts server.qstat -Tp players.qstat -f 01qstatserverl...
need some help to fix this problem Tcl error [find]: list element in braces followed by "" instead of space bind pub -|- !find find proc exec_players {} { return [exec ./qstat -sort g -default rwm -Ts server.qstat -Tp players.qstat -f qstatserverlist.lst -P] } proc find {nick host hand cha...
need help to add some line on this scrip when i write !find wolfplayer :( 1. The BOT will write this ---> Looking for 'wolfplayer', patience. proc find {nick host hand chan arg} { if {[llength $arg] < 1} then { putquick "NOTICE $nick : You might wanna put in a search word to limit the list a bi...