Guest User

Untitled

a guest
Oct 18th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.21 KB | None | 0 0
  1. on *:SNOTICE:*did a /whois on you*: {
  2.   inc -u300 %spam. [ $+ [ $2 ] ]
  3.   if (%spam. [ $+ [ $2 ] ] >= 1) {
  4.     notice $2 You have whois'd me multiple times within five minutes do you need something?
  5.     halt
  6.   }
  7. }
Add Comment
Please, Sign In to add comment