RegEx Swear Kick
Platform: mIRC
Published Jul 27, 2010
Updated Jul 27, 2010
A swear kick based on regex, paste in remotes..
Regex based swear filter, that acts on text event. Will match based on the regex list provided and doesn't match against special cases like 'pass', 'grass', ...etc. Instead whole words like 'ass'. Will kick the offender, use it in remotes.
Comment anything.
on @*:TEXT:*:#:{
if ( $regex($1-, /(bitch|\bass\b|asshole|@#$|cock|!@#$|fark|!@#$|!@#$|!@#$|black|p%&@#|pussy|queer|slut|twat|whore)/Si ) ) {
kick $chan $nick No Swearing!
}
}