about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
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 281c303f..444deb1d 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -853,7 +853,6 @@ cmd_init(void)
     autocomplete_add(notify_ac, strdup("remind"));
     autocomplete_add(notify_ac, strdup("invite"));
     autocomplete_add(notify_ac, strdup("sub"));
-    autocomplete_add(notify_ac, strdup("status"));
 
     sub_ac = autocomplete_new();
     autocomplete_add(sub_ac, strdup("request"));