command: last tiny change

This commit is contained in:
FutureRave 2022-10-25 22:53:32 +01:00
parent 46781d553c
commit e6da84bddf
No known key found for this signature in database
GPG Key ID: 22F9079C86CFAB31

View File

@ -206,7 +206,9 @@ namespace command
const auto command = utils::string::to_lower(name);
if (!handlers.contains(command))
{
add_raw(name, main_handler);
}
handlers[command] = callback;
}