diff options
Diffstat (limited to 'include/commands/cmd_reloadmodule.h')
-rw-r--r-- | include/commands/cmd_reloadmodule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_reloadmodule.h b/include/commands/cmd_reloadmodule.h index 3ab68ea42..f35caf0f2 100644 --- a/include/commands/cmd_reloadmodule.h +++ b/include/commands/cmd_reloadmodule.h @@ -29,7 +29,7 @@ class CommandReloadmodule : public Command public: /** Constructor for reloadmodule. */ - CommandReloadmodule (InspIRCd* Instance) : Command(Instance,"RELOADMODULE",'o',1) { syntax = "<modulename>"; } + CommandReloadmodule (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 |