about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-07-14 20:59:55 +0100
committerJames Booth <boothj5@gmail.com>2015-07-14 20:59:55 +0100
commit84cc67fa8842ac33e5658b74e054fa7b435fa48f (patch)
tree0b138261170c6fa748b905094b1baa301852887f /src/command
parent051c6ed50e0972bfcfac08000e4fbc8a08b6e083 (diff)
downloadprofani-tty-84cc67fa8842ac33e5658b74e054fa7b435fa48f.tar.gz
Removed 'empty' from roster autocompleter
Diffstat (limited to 'src/command')
-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 bfd16b9f..999cab23 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -1434,7 +1434,6 @@ cmd_init(void)
     autocomplete_add(roster_ac, "clearnick");
     autocomplete_add(roster_ac, "remove");
     autocomplete_add(roster_ac, "remove_all");
-    autocomplete_add(roster_ac, "empty");
     autocomplete_add(roster_ac, "show");
     autocomplete_add(roster_ac, "hide");
     autocomplete_add(roster_ac, "by");