diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-01 16:30:49 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-01 16:30:49 +0000 |
commit | 1fe8085c6dbecc9558e61ea1829dbf3fcb41830e (patch) | |
tree | 059a6417749695fe232125d974c84b5d79bd184b /include/channels.h | |
parent | 5b4e92cc2ca9a08a1a9740daa25c64578325ed78 (diff) |
Remove this, it won't work (reliably), use ModeParser::ModeString() instead, ta B
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9243 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/channels.h')
-rw-r--r-- | include/channels.h | 6 |
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. |