From a318eee150eb0e1a862d362a5e9011431f0595d6 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 8 Aug 2006 20:08:02 +0000 Subject: WriteCommon() and WriteCommonExcept() -> userrec::WriteCommon(), userrec::WriteCommonExcept() WriteCommon_NoFormat() and WriteCommonExcept_NoFormat() -> std::string variants git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4800 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/modules.h') diff --git a/include/modules.h b/include/modules.h index a7f18fecd..88fe81adc 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1333,15 +1333,6 @@ class Server : public Extensible */ virtual bool CommonChannels(userrec* u1, userrec* u2); - /** Sends text from a user to one or more channels (mulicast). - * This method writes a line of text to all users which share a common channel with a given - * user, with the user's nick/ident/host combination prepended, as used in PRIVMSG etc - * commands (see RFC 1459). If the IncludeSender flag is set, then the text is also sent - * back to the user from which it originated, as seen in NICK (see RFC 1459). Otherwise, it - * is only sent to the other recipients, as seen in QUIT. - */ - virtual void SendCommon(userrec* User, const std::string &text, bool IncludeSender); - /** Sends a WALLOPS message. * This method writes a WALLOPS message to all users with the +w flag, originating from the * specified user. -- cgit v1.2.3