1
0
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:
Adam
2012-11-25 19:34:14 -05:00
parent 6b5df8e62f
commit 831a1d15d5
7 changed files with 192 additions and 452 deletions
+1
View File
@@ -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