1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 14:26:39 +02:00

Merge branch '2.0' into 2.1.

This commit is contained in:
Sadie Powell
2023-11-16 19:33:51 +00:00
5 changed files with 52 additions and 25 deletions
+5
View File
@@ -120,6 +120,11 @@ class InspIRCdProto : public IRCDProto
user->KillInternal(source, buf);
}
void SendForceNickChange(User *u, const Anope::string &newnick, time_t when) override
{
UplinkSocket::Message() << "SVSNICK " << u->GetUID() << " " << newnick << " " << when << " " << u->timestamp;
}
void SendGlobalNotice(BotInfo *bi, const Server *dest, const Anope::string &msg) override
{
UplinkSocket::Message(bi) << "NOTICE $" << dest->GetName() << " :" << msg;