From 58ecf39129ae6d1e5a15785c7bb8bf0fd5ee46b9 Mon Sep 17 00:00:00 2001 From: aquanight Date: Fri, 18 Jul 2008 15:29:58 +0000 Subject: Implement and . git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10032 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/configreader.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/configreader.h') 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 -- cgit v1.2.3