summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-03 11:17:03 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-03 11:17:03 +0000
commitc6934754b0cb10f6510f98fb3668a5effbbe97a5 (patch)
tree2e9fececaf5d8d08f7e390b7b9dbc873685272bd /include
parent7da8ae070688fe8921edcd615d22d6cdd602459f (diff)
Dynamically generate 004 numeric from the modehandler list
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4665 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/mode.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/mode.h b/include/mode.h
index 4ec7cef4c..6d31d580e 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -375,6 +375,12 @@ class ModeParser : public classbase
* @returns a pointer to a ModeHandler class, or NULL of there isnt a handler for the given mode
*/
ModeHandler* FindMode(unsigned const char modeletter, ModeType mt);
+
+ std::string UserModeList();
+
+ std::string ChannelModeList();
+
+ std::string ParaModeList();
};
/**