From 1d59b05e29e0bfe86216d0898d63cdc6eb9d2c7d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 2 Nov 2025 16:43:17 +0000 Subject: [PATCH] Fix a typo in the OnNickRegister documentation comment. --- include/modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/modules.h b/include/modules.h index 86d968087..633c0ad05 100644 --- a/include/modules.h +++ b/include/modules.h @@ -739,7 +739,7 @@ public: /** Called when a nick is registered * @param user The user registering the nick, of any - * @param The nick + * @param na The nick * @param pass The password of the newly registered nick */ virtual void OnNickRegister(User *user, NickAlias *na, const Anope::string &pass) ATTR_NOT_NULL(3) { throw NotImplementedException(); }