]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_die.h
Add/document channels/set-permanent priv, and tie setting of +P to it.
[user/henk/code/inspircd.git] / include / commands / cmd_die.h
index 7b805ee6eac1ee7c702d539d7f2d755a7c918b3c..eb726591aab6a41501869e02d98fa1be745fa066 100644 (file)
@@ -36,7 +36,7 @@ class CommandDie : public Command
         * @param user The user issuing the command
         * @return A value from CmdResult to indicate command success or failure.
         */
-       CmdResult Handle(const char* const* parameters, int pcnt, User *user);
+       CmdResult Handle(const std::vector<std::string>& parameters, User *user);
 };
 
 #endif