glacier_rat

Glacier_Rat

May 18th, 2010
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. ON *:TEXT:*:#: {
  2. if ($address($nick,2) == %newahost) || ($address($nick,2) == %newhost) {
  3. if ($1 == @nreg) { msg # /ns register pass pass email email }
  4. if ($1 == @egn) { msg # /ns register apple apple pie@hotmail.com pie@hotmail.com }
  5. if ($1 == @creg) { msg # /cs register #chan pass description }
  6. if ($1 == @egc) { msg # /cs register #pie applesftw hello. }
  7. if ($1 == @bwl) { msg # /bs badwords #chan list }
  8. if ($1 == @group) { msg # /ns group mainnick pass }
  9. if ($1 == @cinfo) { msg # /cs info #chan }
  10. if ($1 == @ctop) { msg # /cs topic #chan topic }
  11. if ($1 == @rpass) { msg # /ns set password oldpass newpass newpass }
  12. if ($1 == @akick) { msg # /cs akick #chan add nick/host }
  13. if ($1 == @dakick ) { msg # /cs akick #chan del nick/host }
  14. if ($1 == @topicl ) { msg # /cs set #chan topiclock off }
  15. if ($1 == @topiclo ) { msg # /cs set #chan topiclock on }
  16. if ($1 == @cban ) { msg # /mode #chan +b ~c:#chan }
  17. if ($1 == @mlock ) { msg # /cs set #chan mlock +ntothermodes-othermodes }
  18. if ($1 == @caccess ) { msg # /cs access #chan add nick level }
  19. if ($1 == @dcaccess ) { msg # /cs access #chan del nick }
  20. if ($1 == @nlink ) { msg # /mode #chan +I ~L:#previous-chan }
  21. if ($1 == @link ) { msg # /cs set #chan mlock +lL 1 #target chan }
  22. if ($1 == @bass) { msg # /bs botlist for a list of bots & /bs assign #chan botname }
  23. if ($1 == @seco) { msg # /cs set #chan secureops on/off }
  24. if ($1 == @permd) { msg # type /options -> go to IRC Tab > then Untick 'Enable message filtering -> click apply also /mode nick -f }
  25. if ($1 == @greet) { msg # /ns set greet greethere }
  26. if ($1 == @aud) { msg # to set up auto identify, click the start tab, then click the set up auto-identify button , type in password click ok. }
  27. if ($1 == @addhl) { msg # /options -> irc tab -> tick enable highlights ->add names names you wish to add & Mirc: /abook -h  }
  28. if ($1 == @newe) { msg # /ns set email password new-email new-email }
  29. }
  30. }
Add Comment
Please, Sign In to add comment