mirror of
https://github.com/anope/anope.git
synced 2026-07-10 16:43:13 +02:00
Fix some oversights in commit 82fa7e1467.
This commit is contained in:
@@ -246,9 +246,9 @@ public:
|
||||
void SendSVSPart(const MessageSource &source, User *u, const Anope::string &chan, const Anope::string ¶m) override
|
||||
{
|
||||
if (!param.empty())
|
||||
Uplink::Send("SVSPART", u->GetUID(), chan, param);
|
||||
Uplink::Send(source, "SVSPART", u->GetUID(), chan, param);
|
||||
else
|
||||
Uplink::Send("SVSPART", u->GetUID(), chan);
|
||||
Uplink::Send(source, "SVSPART", u->GetUID(), chan);
|
||||
}
|
||||
|
||||
void SendSVSHold(const Anope::string &nick, time_t t) override
|
||||
|
||||
Reference in New Issue
Block a user