diff options
Diffstat (limited to 'src/protocol.cpp')
-rw-r--r-- | src/protocol.cpp | 1 |
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) |