Guest User

Untitled

a guest
Apr 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. menu channel {
  2. Change Nick
  3. ..Nick :{
  4. set %changenick $$?"What do you want your nick to be"
  5. set %nick $me
  6. /nick %changenick
  7. }
  8. }
  9. menu channel {
  10. Change Nick
  11. ..ChangeNickBack :{
  12. /nick %nick
  13. }
  14. }
  15. menu channel {
  16. Change Nick
  17. .Group Nick :{
  18. set %main $$?"What is the main nick"
  19. set %password $$?"What is your password"
  20. ns identify %main %password
  21. ns group %main %password
  22. }
  23. }
  24. menu channel {
  25. Change Nick
  26. ..DEGroup Nick :{
  27. set %dropnick $$?"What nick would you like to drop"
  28. /ns Drop %dropnick
  29. }
  30. }
Add Comment
Please, Sign In to add comment