diff options
Diffstat (limited to 'include/commands/cmd_names.h')
-rw-r--r-- | include/commands/cmd_names.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_names.h b/include/commands/cmd_names.h index bf31dd5bb..174b6aa20 100644 --- a/include/commands/cmd_names.h +++ b/include/commands/cmd_names.h @@ -29,7 +29,7 @@ class CommandNames : public Command public: /** Constructor for names. */ - CommandNames (InspIRCd* Instance) : Command(Instance,"NAMES",0,0) { syntax = "{<channel>{,<channel>}}"; } + CommandNames (InspIRCd* Instance) : Command(Instance,NULL,"NAMES",0,0) { syntax = "{<channel>{,<channel>}}"; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command |