1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 01:56:38 +02:00

Merge pull request #101 from miwob/master+hybrid-protocol-no-globops-override

- Removed SendGlobopsInternal() override as it's basically a duplicate o...
This commit is contained in:
Adam
2015-02-06 17:21:33 -05:00
-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;