summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDukePyrolator <DukePyrolator@anope.org>2013-02-23 11:20:31 +0100
committerDukePyrolator <DukePyrolator@anope.org>2013-02-23 11:20:31 +0100
commit35c260877f7a1c50b3bac720c3256a5055a622e0 (patch)
tree5503bd8215948280579e40851669bc992a3c6d94
parent8cf7ec9cfee0ce9050b2192e86a47889561f85bd (diff)
Revert "do not send RESV from operserv when its not introduced"
This reverts commit 2336b4723c484bd1d4307c24f8f0b16de18e502c.
-rw-r--r--modules/protocol/hybrid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/protocol/hybrid.cpp b/modules/protocol/hybrid.cpp
index d01180b44..a1e9a89e7 100644
--- a/modules/protocol/hybrid.cpp
+++ b/modules/protocol/hybrid.cpp
@@ -44,7 +44,7 @@ class HybridProto : public IRCDProto
void SendSQLine(User *, const XLine *x) anope_override
{
- UplinkSocket::Message(Me) << "RESV * " << x->mask << " :" << x->GetReason();
+ UplinkSocket::Message(OperServ) << "RESV * " << x->mask << " :" << x->GetReason();
}
void SendSGLineDel(const XLine *x) anope_override