diff options
Diffstat (limited to 'include/commands/cmd_pass.h')
-rw-r--r-- | include/commands/cmd_pass.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/commands/cmd_pass.h b/include/commands/cmd_pass.h index ca667a36b..3499d0245 100644 --- a/include/commands/cmd_pass.h +++ b/include/commands/cmd_pass.h @@ -27,12 +27,12 @@ * the same way, however, they can be fully unloaded, where these * may not. */ -class cmd_pass : public Command +class CommandPass : public Command { public: /** Constructor for pass. */ - cmd_pass (InspIRCd* Instance) : Command(Instance,"PASS",0,1,true,0) { syntax = "<password>"; } + CommandPass (InspIRCd* Instance) : Command(Instance,"PASS",0,1,true,0) { syntax = "<password>"; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command |