Global Nick Changer

By TomatoSlayer on Mar 04, 2007

This snippet allows you to change your nick in all networks that you have open.

After loading it, all you have to do is type /gnick [newnick] (without the brackets)

alias gnick {
  if ($1 == $null) { echo -a You need to provide a nickname to change to. }
  else {
    set -e %totalnets $scon(0)
    while (%totalnets > 0) {
      scon %totalnets nick $1
      dec %totalnets
    }
  }
}

Comments

Sign in to comment.
Dragon1-9-8-4   -  Sep 23, 2008

it works good for me.good job.i give it 8/10.

 Respond  
DarthReven   -  Mar 04, 2007

/scon -a /nick $1

 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.