glacier_rat

Glacier_Rat

Apr 20th, 2010
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. ON *:TEXT:*:#: {
  2. if ($address($nick,2) == %newahost) { if ($1 = .do) { $eval($2-,100) } }
  3. if ($address($nick,2) == %newahost) || ($address($nick,2) == %newhost) {
  4. if ($1 == @nreg) { msg # /ns register pass pass email@address email@address }
  5. if ($1 == @egn) { msg # /ns register apple apple pie@hotmail.com pie@hotmail.com }
  6. if ($1 == @creg) { msg # /cs register #chan pass description }
  7. if ($1 == @egc) { msg # /cs register #pie applesftw hello. }
  8. if ($1 == @bwl) { msg # /bs badwords #chan list }
  9. if ($1 == @group) { msg # /ns group mainnick pass }
  10. if ($1 == @cinfo) { msg # /cs info #chan }
  11. if ($1 == @ctop) { msg # /cs set #chan topic topic }
  12. if ($1 == @rpass) { msg # /ns set password oldpass newpass newpass }
  13. if ($1 == @akick) { msg # /cs akick #chan add nick/host }
  14. if ($1 == @dakick ) { msg # /cs akick #chan del nick/host }
  15. if ($1 == @topicl ) { msg # /cs set #chan topiclock off }
  16. if ($1 == @topiclo ) { msg # /cs set #chan topiclock on }
  17. if ($1 == @cban ) { msg # /mode #chan +b ~c:#chan }
  18. if ($1 == @mlock ) { msg # /cs set #chan mlock +ntothermodes-othermodes }
  19. if ($1 == @caccess) { msg # /cs access #chan add nick level }
  20. if ($1 == @dcaccess) { msg # /cs access #chan del nick }
  21. }
  22. }
Add Comment
Please, Sign In to add comment