_Dean_ commented on a Page, Another bank script   -  Sep 27, 2011
on !*:NICK:#: {
  if ($readini(airsoftbot.ini,$nick,logged) == IN) {
    writeini airsoftbot.ini $nick logged OUT | notice $nick You have changed your nick you have been logged out.
  }
}

the on nick event will recognize $nick as the nick who triggered the event
you need to use notice $newnick, to notice now the new nick, if not, it will return an error

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.