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