diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 23ebe2da9..de68d3105 100644 --- a/include/config.h +++ b/include/config.h @@ -455,6 +455,8 @@ class CoreExport ServerConfig Anope::string CSRequire; /* Use server side mlock */ bool UseServerSideMLock; + /* Use server side topic lock */ + bool UseServerSideTopicLock; /* Default botmodes on channels, defaults to ao */ Anope::string BotModes; /* THe actual modes */ |