summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rw-r--r--config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.c b/config.c
index 1a112ce87..de265736d 100644
--- a/config.c
+++ b/config.c
@@ -205,6 +205,7 @@ int CSOpersOnly;
int MSMaxMemos;
int MSSendDelay;
int MSNotifyAll;
+int MSMemoReceipt;
int BSDefDontKickOps;
int BSDefDontKickVoices;
@@ -495,6 +496,7 @@ Directive directives[] = {
{"MSMaxMemos", {{PARAM_POSINT, PARAM_RELOAD, &MSMaxMemos}}},
{"MSNotifyAll", {{PARAM_SET, PARAM_RELOAD, &MSNotifyAll}}},
{"MSSendDelay", {{PARAM_TIME, PARAM_RELOAD, &MSSendDelay}}},
+ {"MSMemoReceipt", {{PARAM_POSINT, PARAM_RELOAD, &MSMemoReceipt}}},
{"NetworkDomain", {{PARAM_STRING, PARAM_RELOAD, &NetworkDomain}}},
{"NetworkName", {{PARAM_STRING, PARAM_RELOAD, &NetworkName}}},
{"NewsDB", {{PARAM_STRING, PARAM_RELOAD, &NewsDBName}}},