Hi guys,

Been playing around with IRC Scripting for the first time really and getting stuck into it. What I'd like to do is a command that will only be run by OPS or a specific user.

I've got the if ($nick !isop #) bit, but I'm not sure how I can do an "or" statement so it would be like

if ($nick !isop #) OR if ($nick == UserHere)

Any ideas?

Thanks!