Guest User

Untitled

a guest
Dec 11th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. on *:ACTION:*slaps $me*:*: {
  2.  
  3. if (%spamprotect == 1) { halt }
  4.  
  5. /msg $chan $nick has just attempted to slap me!
  6. /describe $chan dodges $nick and counter attacks $nick. { $Spam }
  7.  
  8. $spam
  9. }
  10. alias spam {
  11. set %spamprotect 1
  12. timer 1 10 set %spamprotect 0
  13. }
Add Comment
Please, Sign In to add comment