nick change group nick

By _Lestat_ on Dec 05, 2011

just a simple think to change nicks and group them. was tested and works

menu channel { 
  Change Nick
  ..Nick :{ 
    set %changenick $$?"What do you want your nick to be"
    set %nick $me
    /nick %changenick  
  }
}
menu channel { 
  Change Nick
  ..ChangeNickBack :{ 
    /nick %nick  
  }
}
menu channel {
  Change Nick
  .Group Nick :{
    set %main $$?"What is the main nick" 
    set %password $$?"What is your password" 
    ns group %main %password
  }
}
menu channel { 
  Change Nick
  ..DEGroup Nick :{ 
    set %dropnick $$?"What nick would you like to drop"   
    /ns Drop %dropnick
  }
}
menu channel {
  Change Nick
  .. Identify :{ 
    set %identify $$?"Enter Nick And Password with a Space seperating them"   
    /ns identify %identify 
  }
}

Comments

Sign in to comment.
FireStar   -  Dec 16, 2011

is this i asked you to make? cause it would of been nice to have it when i asked >.<

 Respond  
[85]   -  Dec 09, 2011

super command Jethro

 Respond  
_Lestat_   -  Dec 05, 2011

ahhh yes I am aucun50 good look

 Respond  
Aucun50   -  Dec 05, 2011

Missing an end bracket.

 Respond  
Jethro   -  Dec 05, 2011

There is a /tnick command you can check it out, which sets a temporary nickname.

 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.