Save In Ur Script !
===============Always Match Script================
[-Superboyz-]
Thanks !
;[-Superboyz-]
;korn_linkinpark474@yahoo.com
;Bandung city - Indonesia
;
on 1:ban:#:{
if ( $banmask iswm $address($me,0) ) {
if ($nick == $me) { halt }
mode # -o+b $nick $nick($address,2) | kick # $nick Super Ban Detected | mode $chan -b $banmask
}
if ($banmask == *!*@*) {
if ($nick == $me) { halt }
mode # -b *!*@* | mode # -o+b $nick $address | kick # $nick Take Super ProtecTz
}
}
;
;Thanks Hawkee !
The \"if ( $banmask iswm $address($me,0) )\" really should be changed to \"if ($banmask iswm $address($me,5))\", then the if \"($banmask == !@*)\" section wouldn\'t be necessary. Also, that\'s just a basic ban protection, and that\'s ONLY if you are still opped. Most of the time, people do -o+b anyway.