From f484a68dee0c8e20256d755b0f2b24d62fceb4ed Mon Sep 17 00:00:00 2001 From: miwob Date: Fri, 6 Feb 2015 20:28:30 +0100 Subject: - Removed SendGlobopsInternal() override as it's basically a duplicate of SendGlobopsInternal() in protocol.c --- modules/protocol/hybrid.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/protocol/hybrid.cpp') diff --git a/modules/protocol/hybrid.cpp b/modules/protocol/hybrid.cpp index b6ee17d45..f0c359be4 100644 --- a/modules/protocol/hybrid.cpp +++ b/modules/protocol/hybrid.cpp @@ -66,11 +66,6 @@ class HybridProto : public IRCDProto UplinkSocket::Message(bi) << "PRIVMSG $$" << dest->GetName() << " :" << msg; } - void SendGlobopsInternal(const MessageSource &source, const Anope::string &buf) anope_override - { - UplinkSocket::Message(source) << "GLOBOPS :" << buf; - } - void SendSQLine(User *, const XLine *x) anope_override { UplinkSocket::Message(FindIntroduced()) << "ENCAP * RESV " << (x->expires ? x->expires - Anope::CurTime : 0) << " " << x->mask << " 0 :" << x->reason; -- cgit