on 1:TEXT:!clear:#:if ($nick == LeperMessiah) { /msg $chan Clearing... | /clear } | else { /msg $chan You are not my owner }

Can you tell me what's wrong with this? Here is a rundown of what I want it to do.

In any channel, when I (My nickname is LeperMessiah. My script's name is different.) type !clear, I want my script to check if my name is LeperMessiah. If it is, he says "Clearing..." then clears the screen. If it is not me, I want him to message the channel saying "You are not my owner."

But this code is not working..Can anyone tell me what the code should look like? grin