about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
Diffstat (limited to 'src/command')
-rw-r--r--src/command/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 81633443..4411487d 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]",