mirror of
https://github.com/anope/anope.git
synced 2026-06-25 07:36:38 +02:00
Fix the name of the key parameter in SendSVSJoin.
This commit is contained in:
@@ -164,7 +164,7 @@ public:
|
||||
Uplink::Send(source, "ENCAP", '*', "TOPIC", c->name, c->topic_setter, c->topic_ts, c->topic);
|
||||
}
|
||||
|
||||
void SendSVSJoin(const MessageSource &source, User *user, const Anope::string &chan, const Anope::string ¶m) override
|
||||
void SendSVSJoin(const MessageSource &source, User *user, const Anope::string &chan, const Anope::string &key) override
|
||||
{
|
||||
Uplink::Send(source, "ENCAP", '*', "SVSJOIN", user->GetUID(), chan);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user