1
0
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:
Sadie Powell
2024-07-14 15:21:00 +01:00
parent 94456a6063
commit ff65b68dfa
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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);
}