]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_privmsg.h
Add Module* creator to Command and ModeHandler
[user/henk/code/inspircd.git] / include / commands / cmd_privmsg.h
index 4fcc8284ce8e1cc608c36866101fce633423250c..74990983c2f572d3c6acc13f437ffd9a8733072b 100644 (file)
@@ -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