Ok I'm writing a script with many functions but, assuming all variables in the code below are declared and the proc notice:nochannotice calls none:bankickthenick, why do I get the following error when a nick called tester (for example) sends a channel notice:
Did you bother reading the FAQ and the Sticky about how to get proper DEBUG data?
You didn't tell us the full error, and I don't feel like sitting here figuring out your script's logic, so please post the output of .set errorInfo (after reading the FAQ section dealing with finding bugs/script errors, and reading the Sticky about how to help us help you.)
And if you come back and say "all .set errorInfo says is "What? You Need Help?"" we're going to collectively neuter you
z_one wrote:User, because it was saying "invalid command name" so I though it was trying to evaluate the user's ban mask as a command.
That's exactly what it is doing and it is BECAUSE OF THE BRACKETS (not braces), so get rid of them
This is extremely basic stuff... read http://tcl.tk/man/tcl8.4/TclCmd/Tcl.htm#M10