diff options
author | attilamolnar <attilamolnar@hush.com> | 2012-10-03 17:35:35 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2012-10-07 00:59:49 +0200 |
commit | ec8a1bcc829e6c8faaf665077317266d2e477ccf (patch) | |
tree | e92ff86e131f814b6e6e4f28da8f72f231db71ca /include/config.h | |
parent | 2d9541c4c8f5c725e95c55a2ccb8181c8d5f8be3 (diff) |
Add a config option for server side topic locks
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 */ |