mirror of
https://github.com/anope/anope.git
synced 2026-06-27 13:36:38 +02:00
Fix the name of the key parameter in SendSVSJoin.
This commit is contained in:
@@ -238,7 +238,7 @@ public:
|
||||
Uplink::Send("SVSNICK", u->GetUID(), u->timestamp, newnick, when);
|
||||
}
|
||||
|
||||
void SendSVSJoin(const MessageSource &source, User *u, const Anope::string &chan, const Anope::string &) 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