ukyo
03-22-2003, 12:21 PM
/chat with your bot on IRC you may have this pbm:
[18:02] unmatched open quote in list
[18:02] Tcl error in script for 'timer27779':
[18:02] unmatched open quote in list
[18:02] Tcl error in script for 'timer27778':
[18:02] unmatched open quote in list
[18:02] Tcl error in script for 'timer27777':
[18:02] unmatched open quote in list
[18:02] Tcl error in script for 'timer27812':
[18:02] unmatched open quote in list
and so on
I have resolved the pbm with this:
Edit ss-commands.tcl
and find:
#### internal variables and stuff, do not modify! ####
set nbclean 1
set status 1
set cmode 0
set lastoct 1
so put # in front of set lastoct 1
so you have after this:
#### internal variables and stuff, do not modify! ####
set nbclean 1
set status 1
set cmode 0
#set lastoct 1
Enjoy!!
[18:02] unmatched open quote in list
[18:02] Tcl error in script for 'timer27779':
[18:02] unmatched open quote in list
[18:02] Tcl error in script for 'timer27778':
[18:02] unmatched open quote in list
[18:02] Tcl error in script for 'timer27777':
[18:02] unmatched open quote in list
[18:02] Tcl error in script for 'timer27812':
[18:02] unmatched open quote in list
and so on
I have resolved the pbm with this:
Edit ss-commands.tcl
and find:
#### internal variables and stuff, do not modify! ####
set nbclean 1
set status 1
set cmode 0
set lastoct 1
so put # in front of set lastoct 1
so you have after this:
#### internal variables and stuff, do not modify! ####
set nbclean 1
set status 1
set cmode 0
#set lastoct 1
Enjoy!!