diff options
| author | 2008-12-22 02:30:43 +0000 | |
|---|---|---|
| committer | 2008-12-22 02:30:43 +0000 | |
| commit | f526153199c34ad4d66630fbae9791e9a8409833 (patch) | |
| tree | 9f55dc97bb2a0a2fdb20309c983d1927bdb0884b | |
| parent | 9d32f510f5ab9c5fe1d0443339507f553a492e0f (diff) | |
Fixed the check for CTCP VERSION
| -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 f12f5f2..a0c7ca3 100644 --- a/config-default/channels.xml +++ b/config-default/channels.xml @@ -327,7 +327,7 @@ <event id="blacklist" action="none" class="strbl" reason="sending message containing blacklisted content" risk="low" time="0" type="public">blah</event> <event id="ctcp-dcc" action="ban" class="re" reason="ctcp-dcc" risk="high" time="0" type="cdcc">.*</event> <event id="ctcp-ping" action="none" class="re" reason="channel-wide CTCP PING" risk="medium" time="0" type="cping">.*</event> - <event id="ctcp-version" action="none" class="re" reason="channel-wide CTCP VERSION" risk="medium" time="0" type="cping">.*</event> + <event id="ctcp-version" action="none" class="re" reason="channel-wide CTCP VERSION" risk="medium" time="0" type="cversion">.*</event> <event id="dcc" action="ban" class="re" override="dcc-medium" reason="using the DC.C SE.ND exploit" risk="high" time="0" type="public">^DCC (SEND|S?CHAT) |\bDCC (SEND|S?CHAT) "?[A-Za-z0-9]+"? \d+ \d+ \d+</event> <event id="dcc-medium" action="ban" class="re" reason="using the DC.C SE.ND exploit" risk="medium" time="0" type="public">DCC SEND </event> <event id="dcc-part" action="ban" class="re" reason="using the DC.C SE.ND exploit in a part message" risk="high" time="0" type="part">DCC SEND </event> |
