Hi, i wanna make a command in my bot which will change the bot's nick on a certain command. It doesnt work though. Here it is:

on *:TEXT:*.nick *:#: { if ($nick isop #Hazemaker) { /nick $2 }
ELSE { //notice $nick 4This command is a command that only can be used by a Botmaster/owner --> Acces denied }
}

Can you see what's wrong?