diff options
Diffstat (limited to 'include/commands/cmd_wallops.h')
-rw-r--r-- | include/commands/cmd_wallops.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/commands/cmd_wallops.h b/include/commands/cmd_wallops.h index c4ab9973f..fde696247 100644 --- a/include/commands/cmd_wallops.h +++ b/include/commands/cmd_wallops.h @@ -24,12 +24,12 @@ * the same way, however, they can be fully unloaded, where these * may not. */ -class cmd_wallops : public Command +class CommandWallops : public Command { public: /** Constructor for wallops. */ - cmd_wallops (InspIRCd* Instance) : Command(Instance,"WALLOPS",'o',1) { syntax = "<any-text>"; } + CommandWallops (InspIRCd* Instance) : Command(Instance,"WALLOPS",'o',1) { syntax = "<any-text>"; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command |