diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-21 23:52:24 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-21 23:52:24 +0000 |
commit | 9ceab65fb268ef3fbe90fbf2c37c9d20b04198cc (patch) | |
tree | db10c55f24b432237ecedcbfa76149f65aba1077 /include | |
parent | 766b24dd10c85a992335291ee117ec878951b290 (diff) |
No penalty here!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8297 e03df62e-2008-0410-955e-edbf42e46eb7
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 |