summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 7e19ba32f..b53047a0c 100644
--- a/include/config.h
+++ b/include/config.h
@@ -443,6 +443,8 @@ class CoreExport ServerConfig
bool UseServerSideMLock;
/* Use server side topic lock */
bool UseServerSideTopicLock;
+ /* The max length for reasons (cs_kick, cs_ban, etc) */
+ unsigned CSReasonMax;
/* Default botmodes on channels, defaults to ao */
Anope::string BotModes;
/* How long to wait between connection attempts */