From 78a8487892a294b4690d20e04f0081d5d6c71823 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 19 Nov 2015 01:02:13 +0000 Subject: [PATCH] Fixed /roster help --- src/command/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ", "/roster add []", "/roster remove ",