summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/channels.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/channels.h b/include/channels.h
index 693f429f4..7ef73bb10 100644
--- a/include/channels.h
+++ b/include/channels.h
@@ -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.