about summary refs log tree commit diff stats
path: root/src/command/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-01-27 23:02:28 +0000
committerJames Booth <boothj5@gmail.com>2016-01-27 23:02:28 +0000
commitd4f1384b85b42dcb483d154a4fc170956d67801a (patch)
treec4125b5b6d455adffc6ba79f93f514a5cce56833 /src/command/command.c
parentdbc52de0433de7ec441896832b2ec35fc4fb2fc4 (diff)
downloadprofani-tty-d4f1384b85b42dcb483d154a4fc170956d67801a.tar.gz
Store /roster count setting
Diffstat (limited to 'src/command/command.c')
-rw-r--r--src/command/command.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c
index c57f48a9..b6935daa 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -2250,7 +2250,6 @@ cmd_init(void)
     autocomplete_add(roster_show_ac, "presence");
     autocomplete_add(roster_show_ac, "status");
     autocomplete_add(roster_show_ac, "empty");
-    autocomplete_add(roster_show_ac, "count");
     autocomplete_add(roster_show_ac, "priority");
     autocomplete_add(roster_show_ac, "contacts");
     autocomplete_add(roster_show_ac, "rooms");