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 e3f546d7b..b80e0e8f8 100644 --- a/include/commands/cmd_map.h +++ b/include/commands/cmd_map.h @@ -29,7 +29,7 @@ class cmd_map : public Command public: /** Constructor for map. */ - cmd_map (InspIRCd* Instance) : Command(Instance,"MAP",0,0) { } + cmd_map (InspIRCd* Instance) : Command(Instance,"MAP",0,0,false,2) { } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command |