Advertisement
Seb

Usefull BAN event

Seb
May 20th, 2010
685
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.41 KB | None | 0 0
  1. on *:BAN:#:{
  2.   if ($banmask == *!*@*) {
  3.     mode # -bov+b *!*@* $nick $nick $nick
  4.     .msg x unban # *!*@*
  5.     kick $chan $nick Globan ban detected: *!*@* Attempting the removal
  6.   }
  7.   if ($banmask iswm $address($me,5)) {
  8.     mode $chan -bo+b $banmask $nick $address($nick,2)
  9.     kick $chan $nick Why did you tried to ban me? Get lost!
  10.     echo -s Personal ban protection activated on $time $time(zzz)
  11.   }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement