diff options
author | aquanight <aquanight@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-18 15:29:58 +0000 |
---|---|---|
committer | aquanight <aquanight@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-18 15:29:58 +0000 |
commit | 58ecf39129ae6d1e5a15785c7bb8bf0fd5ee46b9 (patch) | |
tree | edfb4ec7ebd0e0cb28a685c5217d430d25478995 /include | |
parent | 21bb2f2acf59f1bdf2853908fe82601531068a21 (diff) |
Implement <disabled:usermodes> and <disabled:chanmodes>.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10032 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-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 |