First of all I would like to thank Ozh for his script and I really appreciate it.
However I get an error while I load my conf file from my eggdrop, This might be discussed many times before but I couldn't find a solution to it.
the error says:
Code: Select all
illegal channel: #gogamers
while executing
"isop $nick $chan"
(procedure "addme_maplist_read" line 13)
invoked from within
"addme_maplist_read $botnick bleh bleh $i"
("foreach" body line 24)
invoked from within
"foreach i [split $addme_channels " "] {
set addme_randommaps($i) ""
set addme_current($i) 0
set addme_list($i) ""
set addme_begin($i) 0
set addme..."
(file "scripts/addme.tcl" line 1588)
invoked from within
"source scripts/addme.tcl"
(file "ssbot.conf" line 679)
[18:18] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
I'm new to this TCL community so accept my apologies, I just needed it to organise my games through IRC.
Any input/help would be really appreciated.