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 4a5fc0d97..f923b76b0 100644 --- a/include/config.h +++ b/include/config.h @@ -544,6 +544,8 @@ class CoreExport ServerConfig unsigned NewsCount; /* Default mlock modes */ Anope::string MLock; + /* Unmlockable modes */ + Anope::string NoMLock; /* Default botmodes on channels, defaults to ao */ Anope::string BotModes; /* THe actual modes */ |