diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-10 18:22:16 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-10 18:22:16 +0000 |
commit | 3dacf1edd2e1e623b07819bb483ae61eff3854cd (patch) | |
tree | 30cf80a7c57f2c3fe0c630bdfb51785ac5d1b3b7 /include/mode.h | |
parent | b9fbf3621c2a3ee18dd9c575d086fc16905f4793 (diff) |
Made a load more stuff Extensible which might be of use to someone
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4293 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/mode.h')
-rw-r--r-- | include/mode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mode.h b/include/mode.h index 9801f503d..8145ccd32 100644 --- a/include/mode.h +++ b/include/mode.h @@ -69,7 +69,7 @@ enum ModeMasks { * mode is expected to have a parameter, then this is * equivalent to returning MODEACTION_DENY. */ -class ModeHandler +class ModeHandler : public Extensible { protected: /** @@ -189,7 +189,7 @@ class ModeHandler * and attach it to the mode using Server::AddModeWatcher and Server::DelModeWatcher. * A ModeWatcher will be called both before and after the mode change. */ -class ModeWatcher +class ModeWatcher : public Extensible { protected: /** |