Guest User

Untitled

a guest
Apr 24th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. on *:TEXT:*:#:{
  2. if (( $me isop $chan ) && ( $nick isop $chan )) {
  3. if ( $1 == !kick ) { /kick $chan $2 $3- | /notice $nick $2 has been kicked! }
  4. if ( $1 == !ban ) { //mode $chan +b $address($2,2) | /notice $nick $2 has been banned }
  5. if ( $1 == !unban ) { //mode $chan -b $address($2,2) | /notice $nick $2 has been unbanned }
  6. if ( $1 == !kb ) { //mode $chan +b $address($2,2) | /kick $chan $2 $2- | /notice $nick $2 has been kicked and banned }
  7. if ( $1 == !mod ) { /mode $chan +m | /msg $chan This Channel is now under moderation, only voice + users can talk! }
  8. if ( $1 == !unmod ) { /mode $chan -m | /msg $chan The moderation has now ended, Please Follow the Rules }
  9. }
  10. else {
  11. if ( $1 == !cookie ) { /msg $chan slau's a shitfucker }
  12. if ( $1 == !darkside) { //echo -s 1 }
  13. }
  14. }
Add Comment
Please, Sign In to add comment