summaryrefslogtreecommitdiff
path: root/src/protocol.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-07-26 21:40:16 -0400
committerAdam <Adam@anope.org>2013-07-26 21:40:16 -0400
commitfde83f6564c38635c7bfebd7edb60f30b012189c (patch)
treef4a56f82280ecb1f3ed3291b44c6afda72a0fce2 /src/protocol.cpp
parentf0f43cf4264c68d638cd5920877d088c6c278435 (diff)
Rethink jupe/squit thing somewhat. Workaround for the inspircd rsquit/squit mess
Diffstat (limited to 'src/protocol.cpp')
-rw-r--r--src/protocol.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp
index 15b39b971..b5ee8da3f 100644
--- a/src/protocol.cpp
+++ b/src/protocol.cpp
@@ -264,7 +264,6 @@ void IRCDProto::SendGlobops(const BotInfo *source, const char *fmt, ...)
void IRCDProto::SendSquit(Server *s, const Anope::string &message)
{
UplinkSocket::Message() << "SQUIT " << s->GetSID() << " :" << message;
- s->Delete(message);
}
void IRCDProto::SendNickChange(const User *u, const Anope::string &newnick)