mirror of
https://github.com/anope/anope.git
synced 2026-06-26 07:16:38 +02:00
Fix the name of the key parameter in SendSVSJoin.
This commit is contained in:
@@ -509,7 +509,7 @@ public:
|
||||
SendAddLine("Z", x->GetHost(), timeleft, x->by, x->GetReason());
|
||||
}
|
||||
|
||||
void SendSVSJoin(const MessageSource &source, User *u, const Anope::string &chan, const Anope::string &other) override
|
||||
void SendSVSJoin(const MessageSource &source, User *u, const Anope::string &chan, const Anope::string &key) override
|
||||
{
|
||||
Uplink::Send(source, "SVSJOIN", u->GetUID(), chan);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user