summaryrefslogtreecommitdiff
path: root/include/commands/cmd_eline.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands/cmd_eline.h')
-rw-r--r--include/commands/cmd_eline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_eline.h b/include/commands/cmd_eline.h
index 7af325515..2ac9adeab 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,3,false,0) { syntax = "<ident@host> [<duration> :<reason>]"; }
+ CommandEline (InspIRCd* Instance) : Command(Instance,NULL,"ELINE","o",1,3,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