diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/commands/cmd_eline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_eline.h b/include/commands/cmd_eline.h index f4518b57e..1a9a49997 100644 --- a/include/commands/cmd_eline.h +++ b/include/commands/cmd_eline.h @@ -29,7 +29,7 @@ class CommandEline : public Command public: /** Constructor for eline. */ - CommandEline (InspIRCd* Instance) : Command(Instance,"ELINE",'o',1) { syntax = "<ident@host> [<duration> :<reason>]"; } + CommandEline (InspIRCd* Instance) : Command(Instance,"ELINE",'o',1,false,0) { syntax = "<ident@host> [<duration> :<reason>]"; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command |