diff options
| author | 2023-07-21 18:12:46 +0100 | |
|---|---|---|
| committer | 2023-07-21 18:12:46 +0100 | |
| commit | e6d342d89ff25747da9fd45e7f04a861ee4d2e54 (patch) | |
| tree | dff60d04d935930e69e0257aeb839fca42a61d1e /include/configreader.h | |
| parent | Add a typedef for the Template::Replace map. (diff) | |
Make the X-line quit message format a lot more flexible.
Diffstat (limited to 'include/configreader.h')
| -rw-r--r-- | include/configreader.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/include/configreader.h b/include/configreader.h index f2d10bd05..17561e205 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -442,9 +442,6 @@ public: /** The modes to set on a new channel. May contain channel prefix modes to set on the channel creator. */ std::string DefaultModes; - /** If non-empty then the quit message to use when killing an X-lined user. */ - std::string HideLines; - /** If non-empty then the value to replace the server name with in public messages. */ std::string HideServer; @@ -463,6 +460,12 @@ public: /** The message to send to users when they are banned by an X-line. */ std::string XLineMessage; + /** The quit message to use when killing an X-lined user. */ + std::string XLineQuit; + + /** If non-empty then the public quit message to use when killing an X-lined user. */ + std::string XLineQuitPublic; + /** The CIDR range to use when determining if IPv4 clients are from the same origin. */ unsigned char IPv4Range; |
