Advertisement
Guest User

Untitled

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