]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/mode.h
Add call to protocol interface to get useful info on the server map. Return a std...
[user/henk/code/inspircd.git] / include / mode.h
index ac0c3135aaef74b3b3ea236e43a33ce639b7f47a..d00ec30211ab11bb1026a0a639bf4647350ff260 100644 (file)
@@ -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.