mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 17:26:22 +00:00
Add none option for /who
Fixes https://github.com/profanity-im/profanity/issues/1425 `/who none` now displays all users in an muc without an affiliation
This commit is contained in:
@@ -627,6 +627,7 @@ cmd_ac_init(void)
|
||||
autocomplete_add(who_room_ac, "owner");
|
||||
autocomplete_add(who_room_ac, "admin");
|
||||
autocomplete_add(who_room_ac, "member");
|
||||
autocomplete_add(who_room_ac, "none");
|
||||
|
||||
bookmark_ac = autocomplete_new();
|
||||
autocomplete_add(bookmark_ac, "list");
|
||||
|
||||
Reference in New Issue
Block a user