diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-05-16 15:52:01 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-05-18 21:09:44 +0200 |
commit | b0d652a15f46bbd05657b39ca1bcadd42769354b (patch) | |
tree | 11a6b5fa58e9de28cb7485806a7e14972ea276de /include/usermanager.h | |
parent | 801af5b47303cea3c77e3cf0188031e754f6ca15 (diff) |
Remove unused UserManager::ServerPrivmsgAll()
Diffstat (limited to 'include/usermanager.h')
-rw-r--r-- | include/usermanager.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/usermanager.h b/include/usermanager.h index 560db17f2..1ab48925d 100644 --- a/include/usermanager.h +++ b/include/usermanager.h @@ -148,9 +148,6 @@ class CoreExport UserManager */ unsigned int LocalUserCount(); - - - /** Number of users with a certain mode set on them */ int ModeCount(const char mode); @@ -160,10 +157,4 @@ class CoreExport UserManager * @param ... The format arguments */ void ServerNoticeAll(const char* text, ...) CUSTOM_PRINTF(2, 3); - - /** Send a server message (PRIVMSG) to all local users - * @param text The text format string to send - * @param ... The format arguments - */ - void ServerPrivmsgAll(const char* text, ...) CUSTOM_PRINTF(2, 3); }; |