From fde83f6564c38635c7bfebd7edb60f30b012189c Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 26 Jul 2013 21:40:16 -0400 Subject: Rethink jupe/squit thing somewhat. Workaround for the inspircd rsquit/squit mess --- src/protocol.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/protocol.cpp') 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) -- cgit