Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. on *:ACTION:*slaps*:#: {
  2. if ($me isin $1-) {
  3. describe $chan $read(slapback.txt) $rand(52,500) $+ $rand(1,250) $+ $rand(1,536)
  4. msg $chan thats been $($+(%,slaped.,$nick),2) attepmts to slap me now $nick
  5. inc $+(%,slaped.,$nick)
  6. if ($($+(%,slaped.,$nick),2) == 5) {
  7. msg $chan 4 go on...if your feeling lucky..punk
  8. }
  9. if ($($+(%,slaps.,$nick),2) == 6) {
  10. kick $chan $nick guess you wernt that lucky >.<
  11. }
  12. if ($($+(%,slaps.,$nick),2) == 7) {
  13. ban 5 $chan $nick really $nick how many more times? now go sit on the naughty step for 5 minutes and think about what you have done
  14. }
  15. if ($($+(%,slaps.,$nick),2) == 8) {
  16. ban 10 $chan $nick really??? again $nick...last chance
  17. }
  18. if ($($+(%,slaps.,$nick),2) == 9) {
  19. ban $chan $nick OHHHHH NOOOOOOEEEEZZZZZZZ GTFO $nick
  20. unset $+(%,slaps.,$nick)
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement