diff options
author | Attila Molnar <attilamolnar@hush.com> | 2015-11-02 12:38:14 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2015-11-02 12:38:14 +0100 |
commit | a6b53dbc3629eb329b5b77d81e81ced837d4dc66 (patch) | |
tree | a05b140a7e7713650baa8fd2a6b1f5a29c403f70 /include | |
parent | a95853c96493bbf8609febfc4395a21ff0b711d5 (diff) |
Move ServerConfig::InvBypassModes into core_channel
Diffstat (limited to 'include')
-rw-r--r-- | include/configreader.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configreader.h b/include/configreader.h index 57d7ab069..9b73dd3c6 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -495,10 +495,6 @@ class CoreExport ServerConfig */ static std::string Escape(const std::string& str, bool xml = true); - /** If this value is true, invites will bypass more than just +i - */ - bool InvBypassModes; - /** If this value is true, snotices will not stack when repeats are sent */ bool NoSnoticeStack; |