1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 11:23:13 +02:00

do not send RESV from operserv when its not introduced

This commit is contained in:
DukePyrolator
2013-02-23 09:54:03 +01:00
parent da61734860
commit 2336b4723c
+1 -1
View File
@@ -44,7 +44,7 @@ class HybridProto : public IRCDProto
void SendSQLine(User *, const XLine *x) anope_override
{
UplinkSocket::Message(OperServ) << "RESV * " << x->mask << " :" << x->GetReason();
UplinkSocket::Message(Me) << "RESV * " << x->mask << " :" << x->GetReason();
}
void SendSGLineDel(const XLine *x) anope_override