summaryrefslogtreecommitdiff
path: root/modules/protocol/hybrid.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-07-14 15:21:00 +0100
committerSadie Powell <sadie@witchery.services>2024-07-14 15:21:00 +0100
commitff65b68dfa081055daa8bea6142fcfb73371e1bb (patch)
tree60949c5f2c639cc3b77454c7cccc40b72317efc0 /modules/protocol/hybrid.cpp
parent94456a606336e7ac2e51caadb46895ce89078c39 (diff)
Fix the name of the key parameter in SendSVSJoin.
Diffstat (limited to 'modules/protocol/hybrid.cpp')
-rw-r--r--modules/protocol/hybrid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/protocol/hybrid.cpp b/modules/protocol/hybrid.cpp
index 593840c06..658a4196e 100644
--- a/modules/protocol/hybrid.cpp
+++ b/modules/protocol/hybrid.cpp
@@ -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);
}