summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h
index b5b124777..97403b5fa 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -493,6 +493,8 @@ class ServerConfig
unsigned NickRegDelay;
/* Max number if news items allowed in the list */
unsigned NewsCount;
+ /* Default mlock modes */
+ std::string MLock;
/* Services can use email */
bool UseMail;