summaryrefslogtreecommitdiff
path: root/include/mode.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-05-04 21:41:34 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-05-04 21:41:34 +0000
commitb7904e23726dfa497d276e193827c2e8685443eb (patch)
treef4ff2754c3db6084a3ffac54879a8686a8acfaab /include/mode.h
parent71eb82a9807d96139ef56c5a5be7653507e89aa9 (diff)
Update comments for new api
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9610 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/mode.h')
-rw-r--r--include/mode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mode.h b/include/mode.h
index ac0c3135a..d00ec3021 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -496,7 +496,6 @@ class CoreExport ModeParser : public classbase
/** Process a set of mode changes from a server or user.
* @param parameters The parameters of the mode change, in the format
* they would be from a MODE command.
- * @param pcnt The number of items in the parameters array
* @param user The user setting or removing the modes. When the modes are set
* by a server, an 'uninitialized' User is used, where *user::nick == NULL
* and *user->server == NULL.