summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/configreader.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h
index 05194fbea..847b816c0 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -348,6 +348,18 @@ class CoreExport ServerConfig : public Extensible
*/
char FixedQuit[MAXBUF];
+ /** The part prefix in use, or an empty string
+ */
+ char PrefixPart[MAXBUF];
+
+ /** The part suffix in use, or an empty string
+ */
+ char SuffixPart[MAXBUF];
+
+ /** The fixed part message in use, or an empty string
+ */
+ char FixedPart[MAXBUF];
+
/** The last string found within a <die> tag, or
* an empty string.
*/