diff options
-rw-r--r-- | src/command/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c index 7cc3884a..eb511836 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -428,7 +428,7 @@ static struct cmd_t command_defs[] = "help [tag] - Display help for form, or a specific field.", NULL } } }, - { "/rooms", // TODO help review + { "/rooms", cmd_rooms, parse_args, 0, 1, NULL, { "/rooms [conference-service]", "List chat rooms.", { "/rooms [conference-service]", |