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