summaryrefslogtreecommitdiff
path: root/include
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 /include
parent94456a606336e7ac2e51caadb46895ce89078c39 (diff)
Fix the name of the key parameter in SendSVSJoin.
Diffstat (limited to 'include')
-rw-r--r--include/protocol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/protocol.h b/include/protocol.h
index 6a7c8a07f..104101419 100644
--- a/include/protocol.h
+++ b/include/protocol.h
@@ -240,9 +240,9 @@ public:
* @param bi The source of the message
* @param u The user to join
* @param chan The channel to join the user to
- * @param param Channel key?
+ * @param key Channel key
*/
- virtual void SendSVSJoin(const MessageSource &source, User *u, const Anope::string &chan, const Anope::string &param) { }
+ virtual void SendSVSJoin(const MessageSource &source, User *u, const Anope::string &chan, const Anope::string &key) { }
/** Force parts a user that isn't ours from a channel.
* @param source The source of the message