about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-02-16 22:53:15 +0000
committerJames Booth <boothj5@gmail.com>2015-02-16 22:53:15 +0000
commit475ec97f999bd0fea55695ca5e91bd2e8999ee0a (patch)
treec91601e8188b4a3ffd33b5ad4c5c149b5d21b9ef
parent1a59c6e745abde7e51e0170f4cf6a5a7d604c099 (diff)
parent0997bafeb99541fff67765506392209ef2ce1ef1 (diff)
downloadprofani-tty-475ec97f999bd0fea55695ca5e91bd2e8999ee0a.tar.gz
Merge branch 'master' into readline
-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 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]",