diff options
author | James Booth <boothj5@gmail.com> | 2015-02-16 22:53:15 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-02-16 22:53:15 +0000 |
commit | 475ec97f999bd0fea55695ca5e91bd2e8999ee0a (patch) | |
tree | c91601e8188b4a3ffd33b5ad4c5c149b5d21b9ef | |
parent | 1a59c6e745abde7e51e0170f4cf6a5a7d604c099 (diff) | |
parent | 0997bafeb99541fff67765506392209ef2ce1ef1 (diff) | |
download | profani-tty-475ec97f999bd0fea55695ca5e91bd2e8999ee0a.tar.gz |
Merge branch 'master' into readline
-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]", |