I've been trying to set up a script that'll kick a certain user when he changes his nick, but I'm not sure if it's possible, or if I'm simply getting some part of the code wrong...

Currently, I have it as:

Code:
on 1:nick: if($newnick == M3GA*) { kick $chan $newnick Message }


He changes his nick about once every 4 hours, putting the name of whatever game he's playing after M3GA, but I'm not certain if the * wildcard actually works in that way. I'm also not looking to kick everyone who changes their nicks, just that one specific person. Any advice?