RusselB has missed a % in his code:

Quote:
on *:input:#tcmafia:{
set %colorinput $iif($1 == !on,$true,$iif($1 == !off,$false,%colorinput))
if %colorinput {
if (/* !iswm $1) {
if ($network == Undernet) {
msg $chan 02,03 $+ $1-
halt
}
}
}
}


That should fix the error.