From 146d72fddbcc443e402b3aadcf1eb8195b9d4ab5 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Fri, 21 Jun 2013 03:52:56 +0100 Subject: Fix Doxygen comments. --- include/channels.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/channels.h') diff --git a/include/channels.h b/include/channels.h index 566eb5cfb..b4977eef1 100644 --- a/include/channels.h +++ b/include/channels.h @@ -218,7 +218,7 @@ class CoreExport Channel : public Extensible, public InviteBase * @param user The user to join to the channel * @param privs Priviliges (prefix mode letters) to give to this user, may be NULL * @param bursting True if this join is the result of a netburst (passed to modules in the OnUserJoin hook) - * @param created True if this channel was just created by a local user (passed to modules in the OnUserJoin hook) + * @param created_by_local True if this channel was just created by a local user (passed to modules in the OnUserJoin hook) */ void ForceJoin(User* user, const std::string* privs = NULL, bool bursting = false, bool created_by_local = false); -- cgit v1.2.3