:#:Info: basic swear protection.. (this will not kick op/voice only regular users)
:##############
menu channel,menubar,query,nicklist {
Swear Protection
.Enable: .enable #swear | echo -a Swear Protection Enable
.Disable: .disable #swear | echo -a Swear Protection Disabled
-
}
#swear on
on @*:TEXT:*:#:{
if ($nick !isop #) && ($nick !isvoice #) {
if ($regex($1-,/(fuck|fucka|fucker|bitch|whore|dick|cock|fuck|fuck3r|fuck4)/i)) {
ban # $gettok($address($nick,2),1,32) | kick # $nick Please Do Not Swear
}
}
}
#swear end
:##############
menu channel,menubar,query,nicklist {
Swear Protection
.Enable: .enable #swear | echo -a Swear Protection Enable
.Disable: .disable #swear | echo -a Swear Protection Disabled
-
}
#swear on
on @*:TEXT:*:#:{
if ($nick !isop #) && ($nick !isvoice #) {
if ($regex($1-,/(fuck|fucka|fucker|bitch|whore|dick|cock|fuck|fuck3r|fuck4)/i)) {
ban # $gettok($address($nick,2),1,32) | kick # $nick Please Do Not Swear
}
}
}
#swear end