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