summaryrefslogtreecommitdiff
path: root/include/commands/cmd_qline.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands/cmd_qline.h')
-rw-r--r--include/commands/cmd_qline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_qline.h b/include/commands/cmd_qline.h
index de70bb78b..4ca880042 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,3,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