diff options
Diffstat (limited to 'include/commands/cmd_qline.h')
-rw-r--r-- | include/commands/cmd_qline.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/commands/cmd_qline.h b/include/commands/cmd_qline.h index 5c6b4f8fa..e7555a5a7 100644 --- a/include/commands/cmd_qline.h +++ b/include/commands/cmd_qline.h @@ -24,12 +24,12 @@ * the same way, however, they can be fully unloaded, where these * may not. */ -class cmd_qline : public Command +class CommandQline : public Command { public: /** Constructor for qline. */ - cmd_qline (InspIRCd* Instance) : Command(Instance,"QLINE",'o',1,false,0) { syntax = "<nick> [<duration> :<reason>]"; } + CommandQline (InspIRCd* Instance) : Command(Instance,"QLINE",'o',1,false,0) { syntax = "<nick> [<duration> :<reason>]"; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command |