Originally Posted By: persephone325
I think I found it.

(if $nick == persephone325)

Which is my account username. Unless I'm mistaken?

brackets () is not correct.
It should be
Code:
if ($nick == persephone325) { do stuff here }