summaryrefslogtreecommitdiff
path: root/include/channels.h
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2013-06-24 12:16:50 -0700
committerAttila Molnar <attilamolnar@hush.com>2013-06-24 12:16:50 -0700
commit4ab593d2a3f849579cc9ac389e42097aef6e9236 (patch)
treeb6eb362d5d5538d7a71ff77f26ce37155388117c /include/channels.h
parentb81cfe31711acbb9ced2639e0a2f2c2df3c7a293 (diff)
parent146d72fddbcc443e402b3aadcf1eb8195b9d4ab5 (diff)
Merge pull request #564 from SaberUK/master+doxygen-fix
Fix Doxygen comments.
Diffstat (limited to 'include/channels.h')
-rw-r--r--include/channels.h2
1 files changed, 1 insertions, 1 deletions
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);