Protection
Posted by krazie
Sunday, March 07, 2004
Description: Safe for you
Replace #Recruit2 to #YOURCHAN
^_^
on @*:ban:#recruit2:{
if ($me isop $chan) && ($nick != $me) && ($nick != Chanserv) {
mode $chan -bo $banmask $nick
/timer 1 3 chanserv $chan tb $nick 300 Don't Abuse your ops in #recruit2 - Go sit in a Timeout }
}
on @*:kick:#recruit2:{
if ($me isop $chan) && ($nick != $me) && ($nick != Chanserv) {
mode $chan -bo $banmask $nick}
/timer 1 3 chanserv $chan tb $nick 300 Don't Abuse your ops in #recruit2 - Go sit in a Timeout }
}
on @*:deop:#recruit2:{
if ($me isop $chan) && ($nick != $me) && ($nick != Chanserv) {
/timer 1 3 chanserv $chan tb $nick 300 Don't Abuse your ops in #recruit2 - Go sit in a Timeout }
}Replace #Recruit2 to #YOURCHAN
^_^