I had it right in the actual coding box. I just didn't transfer it to here the right way. lol

Another quick question though. How can I make it so that only certain usernames can use a command? I have a few commands that only I can use, but there is one that I would like a specific viewer of mine to have. She's a good friend of mine. ^^

This is the code, but it won't work when she types in the command.

on *:TEXT:!nova:#: {
if ($nick == persephone325) || ($nick ==novanashi_kitsune) {
msg $chan Nova, my favorite Kitsune!! *pats her lovely head* <3 }
}