diff options
| author | 2011-10-23 08:05:36 +0000 | |
|---|---|---|
| committer | 2011-10-23 08:05:36 +0000 | |
| commit | a66e103384d092692d2a9370a4ac4d25c8ace6a5 (patch) | |
| tree | ce8d5dab933836681ce8257eb574dc4df95e0b55 /config-default | |
| parent | 08ee17f2e3472e7658ec01bde51db631a9f91ff9 (diff) | |
Added a regex to detect offensive nicks
Diffstat (limited to 'config-default')
| -rw-r--r-- | config-default/channels.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-default/channels.xml b/config-default/channels.xml index 5c2ca81..b7433d4 100644 --- a/config-default/channels.xml +++ b/config-default/channels.xml @@ -493,6 +493,7 @@ <msgs></msgs> </channel> <channel id="master"> + <event id="suckmynick" action="none" class="re" reason="using a potentially offensive nick" risk="low" time="0" type="join">(suck.*dick)</event> <event id="advflood" action="none" class="advsplitflood" reason="advanced distributed flooding" risk="debug" time="0" type="public,part,caction" xresult="1">5:3</event> <event id="anontalk1" action="none" class="re" reason="anontalk.com spam" risk="medium" time="0" type="public" xresult="1">(?i)w(.?)w\1w\1?.\1?a\1n\1o\1n\1t\1a\1l\1k\1?.\1?c\1o\1m</event> <event id="autoremove" action="none" class="re" reason="on chanserv autoremove" risk="info" time="0" type="part">^requested by ChanServ</event> |
