When trying to start my bot I get this error (eggdrop 1.6.12)
[17:06] Tcl error in file 'secret.conf':
[17:06] invalid command name ""
while executing
"$warnings $expire $lu $q $type"
(procedure "mc:bw:inter:list" line 3)
invoked from within
"mc:bw:inter:list load -all"
(file "scripts/mc.badwords4.0.3.tcl" line 1611)
invoked from within
"source scripts/mc.badwords4.0.3.tcl"
(file "secret.conf" line 1318)
[17:06] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
I can't find anything wrong in the configuration at all..
The error message gives a precice location and problem.
It back traces through the script, to show where the error is. IE, it says what the error is, what code caused it, what proc it's in, what line in the proc, what file it's in, what made it load the file, until it get back as far as the bot loading the config file.
In this case, it's unable to execute a command called "", IE, a blank command. The line that is causing this is
$warnings $expire $lu $q $type
This is obviously on the wrong line, IE, it's been shifted down a line.
This may be due to you editing a long line, and the editor is wrapping it, or the editor is just wrapping the whole of the file on save.
I that, if you have to edit the file, you should use a editor that doesn't wrap lines.
If it had been eggdrop, the message would have stated so, or it would have given no information.