diff options
Diffstat (limited to 'include/commands/cmd_privmsg.h')
-rw-r--r-- | include/commands/cmd_privmsg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_privmsg.h b/include/commands/cmd_privmsg.h index 4fcc8284c..74990983c 100644 --- a/include/commands/cmd_privmsg.h +++ b/include/commands/cmd_privmsg.h @@ -29,7 +29,7 @@ class CommandPrivmsg : public Command public: /** Constructor for privmsg. */ - CommandPrivmsg (InspIRCd* Instance) : Command(Instance,"PRIVMSG",0,2) { syntax = "<target>{,<target>} <message>"; } + CommandPrivmsg (InspIRCd* Instance) : Command(Instance,NULL,"PRIVMSG",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 |