Originally Posted By: Wims
You're right, I wrongly assumed that because of the error, the actual error is that you're not passing a channel name to the isop operator

Quote:
if (nick isop chan) {


Appears ($$2 !isop) was missing a # indeed. ($$2 !isop #) it now works properly. Thanks!