about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-05-19 02:15:35 +0100
committerJames Booth <boothj5@gmail.com>2013-05-19 02:15:35 +0100
commit6c4b21beb1d52067589a40490b1e4b19c38b0ee8 (patch)
tree38bb3ec8b18aed95fa4973976c6292fb402d3029 /src/command
parentd300e8e763420e826578d1c6395b29a9ca6db8d9 (diff)
downloadprofani-tty-6c4b21beb1d52067589a40490b1e4b19c38b0ee8.tar.gz
Added sub to /notify preferences output
Removed unused "status" value for /notify 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 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"));