hey. i have this in my tcl:
...
foreach bot [bots] {
if {[string tolower [hand2nick $bot $chan]] == [string tolower $vict]} {
if {[botisop $chan]} {return 0}
if {[islinked $bot]} {
utimer 3 {putbot $bot "gop op $chan $botnick"}
putlog "(**) Sending on-op oprequest to $bot on $chan"
...
i keep getting this error..
[22:49] Tcl error in script for 'timer15':
[22:49] can't read "bot": no such variable
if i add "global bot", it will give "chan" error.
help me plz