]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/mode.h
Add proper support for "munging" of ipv6 addresses when ::ffff:addr is used (this...
[user/henk/code/inspircd.git] / include / mode.h
index 4ec7cef4c8695c6897aa2d6acb6a58f47ec522e9..6d31d580e846ad9cbc7cf1b78a109846ab89c11a 100644 (file)
@@ -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();
 };
 
 /**