summaryrefslogtreecommitdiff
path: root/include/commands/cmd_notice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands/cmd_notice.h')
-rw-r--r--include/commands/cmd_notice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_notice.h b/include/commands/cmd_notice.h
index d83ca2121..580376f08 100644
--- a/include/commands/cmd_notice.h
+++ b/include/commands/cmd_notice.h
@@ -29,7 +29,7 @@ class CommandNotice : public Command
public:
/** Constructor for notice.
*/
- CommandNotice (InspIRCd* Instance) : Command(Instance,"NOTICE",0,2) { syntax = "<target>{,<target>} <message>"; }
+ CommandNotice (InspIRCd* Instance) : Command(Instance,NULL,"NOTICE",0,2) { syntax = "<target>{,<target>} <message>"; }
/** Handle command.
* @param parameters The parameters to the comamnd
* @param pcnt The number of parameters passed to teh command