]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channels.h
Configurable prefixes for chanmodes +qa: prefixes can be turned on or off individuall...
[user/henk/code/inspircd.git] / include / channels.h
index 693f429f4966f5814dcc91fe3a989d8b5b8b1759..7ef73bb10c2a2384bab9f392471ecec5893853bb 100644 (file)
@@ -491,6 +491,12 @@ class CoreExport Channel : public Extensible
         */
        const char* GetAllPrefixChars(User* user);
 
+       /** Returns all of the prefix MODES a user has on channel.
+        * @param user The user to look up
+        * @return A list of all prefix modes.
+        */
+       const char *GetAllPrefixModes(User *user);
+
        /** Get the value of a users prefix on this channel.
         * @param user The user to look up
         * @return The module or core-defined value of the users prefix.