diff options
Diffstat (limited to 'include/commands/cmd_qline.h')
-rw-r--r-- | include/commands/cmd_qline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_qline.h b/include/commands/cmd_qline.h index 735c270b5..d3c0ae85e 100644 --- a/include/commands/cmd_qline.h +++ b/include/commands/cmd_qline.h @@ -29,7 +29,7 @@ class CommandQline : public Command public: /** Constructor for qline. */ - CommandQline (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 |