diff options
| author | 2012-01-31 21:27:51 +0000 | |
|---|---|---|
| committer | 2012-01-31 21:27:51 +0000 | |
| commit | 899a7bcaa4bb34ae81bdcf5b4a0e09d6d563649b (patch) | |
| tree | d28c6687be0695915296dffa125b326768cdabe1 /config-default | |
| parent | 0c1f2ce44422875b771462f6c58b1ad4844f4a69 (diff) | |
fixing bad code and a lack of ping replies
Diffstat (limited to 'config-default')
| -rw-r--r-- | config-default/channels.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-default/channels.xml b/config-default/channels.xml index 5bb687e..8b6ec5a 100644 --- a/config-default/channels.xml +++ b/config-default/channels.xml @@ -462,7 +462,7 @@ <event id="joinflood" class="floodqueue" reason="join flood (5 joins in 20 seconds)" risk="medium" type="join">5:20</event> <event id="keylogger" class="re" override="keylogger-medium" reason="using the norton start-key-logger exploit" risk="high" type="public">^startkeylogger$|^stopkeylogger$</event> <event id="keylogger-medium" class="re" reason="using the norton start-key-logger exploit" risk="medium" type="public">\bstartkeylogger\b|\bstopkeylogger\b</event> - <event id="last_measure_regex" class="re" reason="posting what appears to be a last measure link" risk="medium" type="public">http://\S+\.on\.nimp\.org</event> + <event id="last_measure_regex" class="re" reason="posting what appears to be a last measure link" risk="high" type="public">(?i)(http://\S+\.on\.nimp\.org|http://feenode.net)</event> <event id="levenflood" class="levenflood" override="flood-5to3" reason="levenshtein flood match" risk="debug" type="public">contentisuseless</event> <event id="massflood" class="splitflood" reason="distributed flooding" risk="high" type="public,part,caction">4:4</event> <event id="nickspam" class="nickspam" reason="nickspamming" risk="high" type="public">60:10</event> |
