diff options
author | Attila Molnar <attilamolnar@hush.com> | 2015-11-03 12:40:24 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2015-11-03 12:40:24 +0100 |
commit | 2c51a2bf17b6c377f0207f3d89b4b3f399fc0178 (patch) | |
tree | 93f446719933bcfcb2f3580fef778a37c70dc57e /include/configreader.h | |
parent | a2461fb7e1c28e28e64b61256d7a547162a83f6e (diff) | |
parent | a124a3783d8e8136b63f188bbd292c391811df54 (diff) |
Merge branch 'master+invite'
Diffstat (limited to 'include/configreader.h')
-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; |