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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user