1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

Fix a typo in the OnNickRegister documentation comment.

This commit is contained in:
Sadie Powell
2025-11-02 16:43:17 +00:00
parent 002128217c
commit 1d59b05e29
+1 -1
View File
@@ -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(); }