You don't *have* to use ()'s, but it's preferable to do so. Also, I rarely use internal parentheses in an IF...

if ($nick == Chanserv && $opnick == $me) { }
vs.
if (($nick == Chanserv) && ($opnick == $me)) { }

But that's just my preference.


Invision Support
#Invision on irc.irchighway.net