summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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();
};
/**