about summary refs log tree commit diff stats
path: root/src/command/cmd_ac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/cmd_ac.c')
-rw-r--r--src/command/cmd_ac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_ac.c b/src/command/cmd_ac.c
index 5ecdfbe7..069e883e 100644
--- a/src/command/cmd_ac.c
+++ b/src/command/cmd_ac.c
@@ -595,7 +595,7 @@ cmd_ac_init(void)
 
     rooms_ac = autocomplete_new();
     autocomplete_add(rooms_ac, "service");
-    autocomplete_add(rooms_ac, "match");
+    autocomplete_add(rooms_ac, "filter");
 
     affiliation_ac = autocomplete_new();
     autocomplete_add(affiliation_ac, "owner");