]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_list.h
Implement <options:prefixpart|suffixpart|fixedpart>
[user/henk/code/inspircd.git] / include / commands / cmd_list.h
index fabe50fca04197c6ea3e3a3b83aae630c9313328..5db212ee2c72c9ca5386dbbffacaa0afed9f79e1 100644 (file)
  * the same way, however, they can be fully unloaded, where these
  * may not.
  */
-class cmd_list : public Command
+class CommandList : public Command
 {
  public:
        /** Constructor for list.
         */
-       cmd_list (InspIRCd* Instance) : Command(Instance,"LIST",0,0) { }
+       CommandList (InspIRCd* Instance) : Command(Instance,"LIST", 0, 0, false, 5) { }
        /** Handle command.
         * @param parameters The parameters to the comamnd
         * @param pcnt The number of parameters passed to teh command