X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands%2Fcmd_reloadmodule.h;h=67281628993a550da5305a000c94a85e47bac5d2;hb=694e307c09334c21aaf1a6c3f0b7b6d95440dd3e;hp=6e21e0dfa3dfc3fd46f3076345ff857c545a95f9;hpb=b6c238fce29fb6bd300290a5aed8cadfc58f0b47;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_reloadmodule.h b/include/commands/cmd_reloadmodule.h index 6e21e0dfa..672816289 100644 --- a/include/commands/cmd_reloadmodule.h +++ b/include/commands/cmd_reloadmodule.h @@ -24,12 +24,12 @@ * 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 = ""; } + cmd_reloadmodule (InspIRCd* Instance) : Command(Instance,"RELOADMODULE",'o',1) { syntax = ""; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command