im having trouble with the round() what i have is this: set outputcounter3 [expr (([join $outputmysql " + "] - $min - $max) / ($i - 2)) * 100] set outputcounter3 [expr round($outputcounter3)] what i have are some numbers in outputmysql like: 25.20 25.9 28.83 24.98 19.94 28.99 29.29 27.94 2...
# onjoin whois nick and if the raw 307 is reply # registered nick -> voice nick # the raw will only be shown when nick has identifyed. set scan(nick) "#yourchannel" bind join - "$scan(nick) *" tls:join bind raw - 307 tls:ident proc tls:join {nick host hand chan} { global tls_nic...
i have made 1 script for weird nicks could do some modification for your needs ?? i think that your talking about the virii FYLE i have found the source of FYLE that has some intresting thinks: 1 realname (always some domein name like .net .com etc..) 2 nick register with email *@hotmail.com (got th...
the set url is wrong i think: should be set url "http://www.timeanddate.com/worldclock/city.html?n=120" and the regexp: #this is the line you want i think ?? #<th>Current time</th><td><b>Friday, February 6, #2004, at 10:17:34 AM</b></td></tr> regexp -nocase {Current time</th><td><b>(.*?)</...
in tcl archive there is a script abc (auto botnick changer) that keep the procces going when chatters are talking when x min nobody is talking in chan there will be called another proc. may be some editing for your needs ??