
I'm making a script for those who are +v +h +a and +q, so I'm using these conditions
if { ([isvoice $nick $chan]) || ([isop $nick $chan]) } { procedure }
I tried "ishop $nick $chan", but it doesn't work. How can I have an "if" for halfops? I have already set the opchars in my *.conf file to ~&@% (halfop is %), but isop is still NOT working with halfops.
What do you suggest me?
Thanks in advance,
Fill.