diff options
author | James Booth <boothj5@gmail.com> | 2015-09-02 00:06:54 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-09-02 00:07:25 +0100 |
commit | e44688306b85e7324148774e9429e62c260b3556 (patch) | |
tree | f5232cb7ad92524dd5a6ebf379008b97aff3ec80 /src/command | |
parent | 8a90e1acf18d325d4ef1cf664e514bd92c689cf3 (diff) | |
download | profani-tty-e44688306b85e7324148774e9429e62c260b3556.tar.gz |
Removed duplicate help entry for /roster show empty
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/command.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c index cac4d488..4c7bd4f9 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -246,7 +246,6 @@ static struct cmd_t command_defs[] = { "show offline", "Show offline contacts in the roster panel." }, { "show resource", "Show contact's connected resources in the roster panel." }, { "show empty", "When grouping by presence, show empty presence groups." }, - { "show empty", "When grouping by presence, show empty presence groups." }, { "hide", "Hide the roster panel." }, { "hide offline", "Hide offline contacts in the roster panel." }, { "hide resource", "Hide contact's connected resources in the roster panel." }, |