diff options
Diffstat (limited to 'include/commands/cmd_links.h')
-rw-r--r-- | include/commands/cmd_links.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_links.h b/include/commands/cmd_links.h index e71d17834..fbfdb6201 100644 --- a/include/commands/cmd_links.h +++ b/include/commands/cmd_links.h @@ -29,7 +29,7 @@ class CommandLinks : public Command public: /** Constructor for links. */ - CommandLinks (InspIRCd* Instance) : Command(Instance,"LINKS",0,0) { } + CommandLinks (InspIRCd* Instance) : Command(Instance,NULL,"LINKS",0,0) { } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command |