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)
- }
- }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.