View Single Post
Old 03-22-2003, 12:21 PM  
ukyo
Junior Member
 
Join Date: Mar 2003
Posts: 2
Talking A little pbm resolved with dZSbot and ss-commands.tcl

/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!!
ukyo is offline   Reply With Quote