From b637a9319d849cde1748508a550595af1b120dba Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 9 Jan 2020 21:38:54 -0800 Subject: [PATCH] doc/Registry.md: minor edit --- doc/Registry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Registry.md b/doc/Registry.md index 70390740..53b8db2c 100644 --- a/doc/Registry.md +++ b/doc/Registry.md @@ -153,7 +153,7 @@ This is a list of recognized registry items at the time of this writing. Name | Description | Default value --- | --- | --- antiaway.bad_actions | If a message matches against this regex, it is considered an Away action. | `^/me (is (away\|gone)\|.*auto.?away)` -antiaway.bad_nicks | If someone changes their nick and the new nick matches this regex, it is considered an Away nick. | `(^z+[[:punct:]]\|`
`[[:punct:]](afk\|brb\|bbl\|away\|sleep\|`
`asleep\|nap\|z+\|work\|gone\|study\|out\|home\|busy\|off)`
`[[:punct:]]*$\|afk$)` +antiaway.bad_nicks | If someone changes their nick and the new nick matches this regex, it is considered an Away nick. | `(^z+[[:punct:]]\|`
`[[:punct:]](afk\|brb\|bbl\|away\|sleep\|asleep\|nap\|`
`z+\|work\|gone\|study\|out\|home\|busy\|off)`
`[[:punct:]]*$\|afk$)` antiaway.kick_msg | The message to use when kicking Away offenders. | http://sackheads.org/~bnaylor/spew/away_msgs.html antiflood.chat_flood_punishment | The amount of time, in seconds, offenders will be muted/banned. | 60,300,3600,86400,604800,2419200 antiflood.chat_flood_threshold | The number of messages before this is considered a flood. | 4