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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user