summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h
index 98a13034d..8416b12bf 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -492,6 +492,11 @@ class ServerConfig : public Extensible
*/
bool CycleHosts;
+ /** If set to true, prefixed channel NOTICEs and PRIVMSGs will have the prefix
+ * added to the outgoing text for undernet style msg prefixing.
+ */
+ bool UndernetMsgPrefix;
+
/** All oper type definitions from the config file
*/
opertype_t opertypes;