summaryrefslogtreecommitdiff
path: root/include/commands/cmd_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands/cmd_time.h')
-rw-r--r--include/commands/cmd_time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_time.h b/include/commands/cmd_time.h
index 78cd8f1af..688618901 100644
--- a/include/commands/cmd_time.h
+++ b/include/commands/cmd_time.h
@@ -29,7 +29,7 @@ class CommandTime : public Command
public:
/** Constructor for time.
*/
- CommandTime (InspIRCd* Instance) : Command(Instance,"TIME",0,0) { syntax = "[<servername>]"; }
+ CommandTime (InspIRCd* Instance) : Command(Instance,NULL,"TIME",0,0) { syntax = "[<servername>]"; }
/** Handle command.
* @param parameters The parameters to the comamnd
* @param pcnt The number of parameters passed to teh command