Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. on *:ACTION:*kicks GuardDog*:#: {
  2. if ($nick isin %admin) {
  3. /msg $chan Its ok your my owner
  4. /halt
  5. } else {
  6. msg $chan Oh Hell No...
  7. set %kick $rand(1,6)
  8. if (%kick == 1) describe $chan Bites $nick $+ 's hand off.
  9. if (%kick == 2) describe $chan pees on $nick $+ .
  10. if (%kick == 3) describe $chan Takes a shit in $nick $+ 's Bed.
  11. if (%kick == 4) describe $chan Rips $nick $+ 's House to bits.
  12. if (%kick == 5) describe $chan Fucks $nick $+ 's mother!
  13. if (%kick == 6) describe $chan Kills $nick $+ 's dad!
  14. }
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement