Code:
 alias nickall { scid -at1 !nick $1 }  


That works better, if a script has its own "/nick" command to catch some sort of event when /nick is used, the command you had would send mIRC into a loop that only ctrl+break could break. so if you prefix the command with a ! you dont run the risk of that error smile