Jethro commented on a Page, Bot Nick  -  Oct 16, 2011

chachin, change the text event to an input event like this:

on *:input:#:{
  if ($1 == !nick) { 
    if ($2 == $null) {
      .notice $me Please specify my new nick. Syntax: !nick NickHere
    }
    else {
      set %x $me
      set %y $2
      nick $2
    }
  }
}
 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.