diff options
Diffstat (limited to 'include/commands/cmd_version.h')
-rw-r--r-- | include/commands/cmd_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_version.h b/include/commands/cmd_version.h index 559d7841b..f093591a4 100644 --- a/include/commands/cmd_version.h +++ b/include/commands/cmd_version.h @@ -29,7 +29,7 @@ class CommandVersion : public Command public: /** Constructor for version. */ - CommandVersion (InspIRCd* Instance) : Command(Instance,"VERSION",0,0) { syntax = "[<servername>]"; } + CommandVersion (InspIRCd* Instance) : Command(Instance,NULL,"VERSION",0,0) { syntax = "[<servername>]"; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command |