summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorattilamolnar <attilamolnar@hush.com>2013-06-02 19:58:23 +0200
committerattilamolnar <attilamolnar@hush.com>2013-06-04 02:06:50 +0200
commit8e8a4df17e2897b2b2e0f2ba98bf068c5b0961d1 (patch)
tree70c95933692dee728eff7a7f6c928ce19033b294 /include
parent2ac7d154d9dadbc3d836434b786aa0e8c1660381 (diff)
Remove the now unused Channel::RemoveAllPrefixes() and CountInvisible()
Diffstat (limited to 'include')
-rw-r--r--include/channels.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/channels.h b/include/channels.h
index d1531609a..2aff3f7a8 100644
--- a/include/channels.h
+++ b/include/channels.h
@@ -305,11 +305,6 @@ class CoreExport Channel : public Extensible, public InviteBase
*/
void UserList(User *user);
- /** Get the number of invisible users on this channel
- * @return Number of invisible users
- */
- int CountInvisible();
-
/** Get a users prefix on this channel in a string.
* @param user The user to look up
* @return A character array containing the prefix string.
@@ -344,13 +339,6 @@ class CoreExport Channel : public Extensible, public InviteBase
*/
unsigned int GetPrefixValue(User* user);
- /** This method removes all prefix characters from a user.
- * It will not inform the user or the channel of the removal of prefixes,
- * and should be used when the user parts or quits.
- * @param user The user to remove all prefixes from
- */
- void RemoveAllPrefixes(User* user);
-
/** Add a prefix character to a user.
* Only the core should call this method, usually from
* within the mode parser or when the first user joins