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