From 2465f88a587199a200cdde1a11e0ac7fbd51a0da Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Wed, 2 Apr 2014 12:50:04 +0200 Subject: Move User::SendAll() into core_privmsg This functionality is only used by the PRIVMSG and NOTICE handlers --- include/users.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include') diff --git a/include/users.h b/include/users.h index c90d2f265..ed1abd37f 100644 --- a/include/users.h +++ b/include/users.h @@ -609,16 +609,6 @@ class CoreExport User : public Extensible */ bool ChangeNick(const std::string& newnick, bool force = false, time_t newts = 0); - /** Send a command to all local users from this user - * The command given must be able to send text with the - * first parameter as a servermask (e.g. $*), so basically - * you should use PRIVMSG or NOTICE. - * @param command the command to send - * @param text The text format string to send - * @param ... Format arguments - */ - void SendAll(const char* command, const char* text, ...) CUSTOM_PRINTF(3, 4); - /** Remove this user from all channels they are on, and delete any that are now empty. * This is used by QUIT, and will not send part messages! */ -- cgit v1.2.3