diff options
author | James Booth <boothj5@gmail.com> | 2015-11-19 01:02:13 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-19 01:02:13 +0000 |
commit | 78a8487892a294b4690d20e04f0081d5d6c71823 (patch) | |
tree | d1811bae4407bb35d5bf79c3698a0e49dba03fe7 | |
parent | 4eb0f14a3de378571b3fb644f230f60b892af29c (diff) | |
download | profani-tty-78a8487892a294b4690d20e04f0081d5d6c71823.tar.gz |
Fixed /roster help
-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 a7f0d718..241865d5 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -277,7 +277,7 @@ static struct cmd_t command_defs[] = "/roster show [offline|resource|presence|status|empty|count|priority]", "/roster hide [offline|resource|presence|status|empty|count|priority]", "/roster by group|presence|none", - "/roster order name|presence" + "/roster order name|presence", "/roster size <percent>", "/roster add <jid> [<nick>]", "/roster remove <jid>", |