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