mirror of
https://github.com/anope/anope.git
synced 2026-07-08 08:03:14 +02:00
Fix some oversights in commit 82fa7e1467.
This commit is contained in:
@@ -237,7 +237,7 @@ public:
|
||||
*/
|
||||
void SendSVSKillInternal(const MessageSource &source, User *user, const Anope::string &buf) override
|
||||
{
|
||||
Uplink::Send("SVSKILL", user->nick, buf);
|
||||
Uplink::Send(source, "SVSKILL", user->nick, buf);
|
||||
}
|
||||
|
||||
void SendBOB() override
|
||||
|
||||
Reference in New Issue
Block a user