Guest User

Untitled

a guest
May 23rd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. on *:TEXT:*:#raku:{
  2. if ($nick isop $chan && $me isop $chan) {
  3. if ($1 == .kick) { /kick $chan $2 $3- | /msg $chan $2 has been given a swift kick to the ribs! Courtesy of $me $+ . }
  4. if ($1 == .ban) { //mode $chan +b $address($2, 2) | /msg $chan Uh oh! Looks like $2 got banned! }
  5. if ($1 == .kb) { //mode $chan +b $address($2, 2) | /msg $chan Have a nice trip $$2 $+ ! | /kick $chan $2 $3- | /msg $chan $2 has been quarantined. }
  6. if ($1 == .kbu) { //mode $chan +b $address($2, 2) | /msg $chan Have a nice trip $$2 $+ ! | /kick $chan $2 $3- | /msg $chan $2 has been temporarily quarantined. | /timer1 1 15 /mode $chan -b $address($2, 2) | /notice $2 You have now been unbanned from $chan $+ . }
  7. if ($1 == .unban) { //mode $chan -b $address($2, 2) | /msg $chan Next time it will be the kbu for you! }
  8. if ($1 == .formation) { /nick Tea $+ $$2 }
  9. }
  10. }
  11. on *:TEXT:*:#raku:{
  12. if ($1 == .help) { /notice $nick Hello $nick $+ ! | /notice $nick Available commands are:
  13. /notice $nick .modehelp | /notice $nick .usercount | /notice $nick .D | /notice $nick .sex
  14. /notice $nick .countten | /notice $nick .attack -nick- -weapon- }
  15. if ($1 == .modehelp) { /notice $nick Hello $nick $+ ! | /notice $nick These commands can only be used by an operator of the channel. | /notice $nick Available commands are: | /notice $nick .kick -nick- -reason(optional)- (Kick) | /notice $nick .ban -nick- (Ban) | /notice $nick .kb -nick- -reason(optional)(Kick ban) | /notice $nick .kbu -nick- -reason(optional) (Kick ban, then unban after 30s.) }
  16. if ($1 == .attack) { /describe $chan watches $nick brutally bash $$2 with a $$3- $+ ! }
  17. if ($1 == .usercount) { /msg $chan There are $nick(#raku,0) users on this channel, including me. }
  18. if ($1 == .D) { /msg $chan ...ick. }
  19. if ($1 == .sex) { /describe $chan reminds $nick that $me is only a... hawt bawt. }
  20. }
  21. }
Add Comment
Please, Sign In to add comment