Advertisement
illpastethat

Bot Flood nexbot

Mar 22nd, 2011
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.36 KB | None | 0 0
  1. on *:TEXT:*:#:{
  2.   inc -u7 %botflood2. $+ $nick 1
  3.   if ($($+ %botflood2.,$nick) < 5) {
  4.     SET %botignore. $+ $nick no
  5.   }
  6.   if ($($+ %botflood2.,$nick) >= 5) {
  7.     if (%botignore. $+ $nick == yes) {
  8.       halt
  9.     }
  10.     elseif (%botignore. $+ $nick == no) {
  11.       notice $nick 4Stop spamming!
  12.       set -u7 %botignore. $+ $nick yes
  13.       halt
  14.     }
  15.   }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement