mirror of
https://github.com/anope/anope.git
synced 2026-06-28 06:16:37 +02:00
Interally quit servers when juped
This commit is contained in:
+2
-1
@@ -263,7 +263,8 @@ void IRCDProto::SendGlobops(const BotInfo *source, const char *fmt, ...)
|
||||
|
||||
void IRCDProto::SendSquit(Server *s, const Anope::string &message)
|
||||
{
|
||||
UplinkSocket::Message() << "SQUIT " << s->GetName() << " :" << 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