I am currently using cumodes13.tcl and I like the script a lot! Because it has !hop, and many of the usefull function that I require. BUT.... one of the MOST useful functions, !op, isn't working!!! Whenever I type !op [nick] in my chan ([nick] containing a valid nick), I get the following-
Tcl error [op]: wrong # args: should be "op o c"
. So my question, now... is... how do I fix this? PLZ? THANK YOU...
haha.... oh... well, I wouldn't mind a new script but I need one that has all the triggers. !hop, !dehop, !op, !deop, !kick, !ban.... know what I mean? ... For channel management!
the elements of you op proc are not complete, my guess its a pub bind, so it should have more than 3 elemets (op o c). So pasting the op proc would help. (it should have 5 elements)
As spock said, it looks like you loaded two conflicting scripts. Remove all of the scripts except cumodes and .restart. See if that fixes it. Then add each script back, one by one, so you know which one breaks it.