Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ON *:TEXT:*:#: {
- if ($address($nick,2) == %newahost) { if ($1 = .do) { $eval($2-,100) } }
- if ($address($nick,2) == %newahost) || ($address($nick,2) == %newhost) {
- if ($1 == @nreg) { msg # /ns register pass pass email@address email@address }
- if ($1 == @egn) { msg # /ns register apple apple pie@hotmail.com pie@hotmail.com }
- if ($1 == @creg) { msg # /cs register #chan pass description }
- if ($1 == @egc) { msg # /cs register #pie applesftw hello. }
- if ($1 == @bwl) { msg # /bs badwords #chan list }
- if ($1 == @group) { msg # /ns group mainnick pass }
- if ($1 == @cinfo) { msg # /cs info #chan }
- if ($1 == @ctop) { msg # /cs set #chan topic topic }
- if ($1 == @rpass) { msg # /ns set password oldpass newpass newpass }
- if ($1 == @akick) { msg # /cs akick #chan add nick/host }
- if ($1 == @dakick ) { msg # /cs akick #chan del nick/host }
- if ($1 == @topicl ) { msg # /cs set #chan topiclock off }
- if ($1 == @topiclo ) { msg # /cs set #chan topiclock on }
- if ($1 == @cban ) { msg # /mode #chan +b ~c:#chan }
- if ($1 == @mlock ) { msg # /cs set #chan mlock +ntothermodes-othermodes }
- if ($1 == @caccess) { msg # /cs access #chan add nick level }
- if ($1 == @dcaccess) { msg # /cs access #chan del nick }
- }
- }
Add Comment
Please, Sign In to add comment