matthijs186

Connection reset by peer

May 3rd, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.14 KB | None | 0 0
  1. on *:TEXT:*:#:{
  2.   ;Spam protection
  3.   inc -u4 %spam_ $+ $nick
  4.   if (%spam_ $+ $nick > 5) {
  5.     kick $chan $nick Stop the spam!
  6.   }
  7.   halt
  8. }
Advertisement
Add Comment
Please, Sign In to add comment