thats an alias and it wont work
its supposed to check every 60 seconds to see if the nick is Ms_7-11 and if it isnt change it back to Ms_7-11
can anyone figure out what the deal is?

/time-check-nick {
if ($me == Ms_7-11) goto one
else goto two
blushne
timer1 0 60 goto fc3
halt
:two
nick Ms_7-11 | /nickserv identify %password
goto one
halt
:fc3
if ($me != Ms_7-11) goto two
halt
}