diff options
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/configreader.h b/include/configreader.h index 51eb2f5fd..9ec68b9e8 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -861,7 +861,11 @@ class CoreExport ServerConfig : public Extensible * @return True if the file exists and is readable. */ static bool FileExists(const char* file); - + + /** If this value is true, invites will bypass more than just +i + */ + bool InvBypassModes; + }; /** Initialize the disabled commands list |