From c6934754b0cb10f6510f98fb3668a5effbbe97a5 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 3 Aug 2006 11:17:03 +0000 Subject: Dynamically generate 004 numeric from the modehandler list git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4665 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/mode.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') 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(); }; /** -- cgit v1.2.3