summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index fcd6849d5..5461adcca 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -721,7 +721,6 @@ class CoreExport InspIRCd : public classbase
* The parameters provided are identical to that sent to the
* handler for class cmd_mode.
* @param parameters The mode parameters
- * @param pcnt The number of items you have given in the first parameter
* @param user The user to send error messages to
*/
void SendMode(const std::vector<std::string>& parameters, User *user);