diff options
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h index 877cb823d..7a753bcc7 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -446,6 +446,15 @@ class CoreExport ServerConfig : public Extensible */ char DisabledCommands[MAXBUF]; + /** This variable identifies which usermodes have been diabled. + */ + + char DisabledUModes[64]; + + /** This variable identifies which chanmodes have been disabled. + */ + char DisabledCModes[64]; + /** The full path to the modules directory. * This is either set at compile time, or * overridden in the configuration file via |