1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 05:16:38 +02:00

- Removed SendGlobopsInternal() override as it's basically a duplicate of SendGlobopsInternal() in protocol.c

This commit is contained in:
miwob
2015-02-06 20:28:30 +01:00
parent 9834518b28
commit f484a68dee
-5
View File
@@ -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;