Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. proc rules {nick uhost hand chan args} {
  2. if { ($chan == "#jeff") } {
  3. puthelp "PRIVMSG $chan Some rules for #jeff";
  4. puthelp "PRIVMSG $chan No hate speak, no porn/adult links. No attacks towards another user.";
  5. puthelp "PRIVMSG $chan The ops/mod have the last word. If you are kicked or kicked banned, sthu and chill out. Consider a kick a time-out and learn from it";
  6. }
  7. #
  8. elseif { ($chan == "#iscifiv") } {
  9. puthelp "PRIVMSG $chan Rules for #iscifiv";
  10. }
  11.  
  12.  
  13. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement