diff options
Diffstat (limited to 'include/commands/cmd_info.h')
-rw-r--r-- | include/commands/cmd_info.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/commands/cmd_info.h b/include/commands/cmd_info.h index 578a83217..4fae27769 100644 --- a/include/commands/cmd_info.h +++ b/include/commands/cmd_info.h @@ -24,12 +24,12 @@ * the same way, however, they can be fully unloaded, where these * may not. */ -class cmd_info : public Command +class CommandInfo : public Command { public: /** Constructor for info. */ - cmd_info (InspIRCd* Instance) : Command(Instance,"INFO",0,0) { syntax = "[<servermask>]"; } + CommandInfo (InspIRCd* Instance) : Command(Instance,"INFO",0,0) { syntax = "[<servermask>]"; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command |