OK, I have this in my script:

on 1500:text:*clear*:#: {
if ($1 == pig && $2 == clear && $3 == gb) {
/write -c data\guestbook.txt
.msg $nick All messages in Pig's guestbook have been cleared.
}
else { halt }
}

A 2000-level user (2000:*!*pnutIRC@*.asm.bellsouth.net) should be able to access the 'pig clear gb' command correct?

Because it doesn't work. I have to set that user to 1500 for it to work.

confused confused confused