Gummo commented on a Page, Random Nick Changer  -  Sep 28, 2007

You can make that script much smaller:

menu channel { 
  Random Nick
  .ChangeNicks:{
    echo -a Nick now randomly changed
    tokenize 32 NICK1 NICK2 NICK3 NICK4 NICK5 NICK6 NICK7
    nick $ [ $+ [ $rand(1,$0) ] ]
  }
}

:)

 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.