mirror of
https://github.com/anope/anope.git
synced 2026-06-25 04:16:39 +02:00
Rethink jupe/squit thing somewhat. Workaround for the inspircd rsquit/squit mess
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user