Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on *:BAN:#:{
- if ($banmask == *!*@*) {
- mode # -bov+b *!*@* $nick $nick $nick
- .msg x unban # *!*@*
- kick $chan $nick Globan ban detected: *!*@* Attempting the removal
- }
- if ($banmask iswm $address($me,5)) {
- mode $chan -bo+b $banmask $nick $address($nick,2)
- kick $chan $nick Why did you tried to ban me? Get lost!
- echo -s Personal ban protection activated on $time $time(zzz)
- }
- }
Add Comment
Please, Sign In to add comment