]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_reloadmodule.h
class command_t -> class Command. Whey :D
[user/henk/code/inspircd.git] / include / commands / cmd_reloadmodule.h
index 6e21e0dfa3dfc3fd46f3076345ff857c545a95f9..67281628993a550da5305a000c94a85e47bac5d2 100644 (file)
  * the same way, however, they can be fully unloaded, where these
  * may not.
  */
-class cmd_reloadmodule : public command_t
+class cmd_reloadmodule : public Command
 {
  public:
        /** Constructor for reloadmodule.
         */
-       cmd_reloadmodule (InspIRCd* Instance) : command_t(Instance,"RELOADMODULE",'o',1) { syntax = "<modulename>"; }
+       cmd_reloadmodule (InspIRCd* Instance) : Command(Instance,"RELOADMODULE",'o',1) { syntax = "<modulename>"; }
        /** Handle command.
         * @param parameters The parameters to the comamnd
         * @param pcnt The number of parameters passed to teh command