mirror of
https://github.com/anope/anope.git
synced 2026-07-01 12:06:38 +02:00
Merge ns_ghost, ns_recover, and ns_release. Fix svskilling users on Unreal.
This commit is contained in:
@@ -128,6 +128,7 @@ class UnrealIRCdProto : public IRCDProto
|
||||
void SendSVSKillInternal(const BotInfo *source, User *user, const Anope::string &buf) anope_override
|
||||
{
|
||||
UplinkSocket::Message(source) << "h " << user->nick << " :" << buf;
|
||||
user->KillInternal(source ? source->nick : Me->GetName(), buf);
|
||||
}
|
||||
|
||||
void SendModeInternal(const BotInfo *bi, const User *u, const Anope::string &buf) anope_override
|
||||
|
||||
Reference in New Issue
Block a user