mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 21:16:21 +00:00
Add support for autocomplete of /statuses command
This commit is contained in:
@@ -925,6 +925,8 @@ _cmd_complete_parameters(char *input, int *size)
|
|||||||
prefs_autocomplete_boolean_choice);
|
prefs_autocomplete_boolean_choice);
|
||||||
_parameter_autocomplete(input, size, "/vercheck",
|
_parameter_autocomplete(input, size, "/vercheck",
|
||||||
prefs_autocomplete_boolean_choice);
|
prefs_autocomplete_boolean_choice);
|
||||||
|
_parameter_autocomplete(input, size, "/statuses",
|
||||||
|
prefs_autocomplete_boolean_choice);
|
||||||
|
|
||||||
if (win_current_is_groupchat()) {
|
if (win_current_is_groupchat()) {
|
||||||
PAutocomplete nick_ac = muc_get_roster_ac(win_current_get_recipient());
|
PAutocomplete nick_ac = muc_get_roster_ac(win_current_get_recipient());
|
||||||
|
|||||||
Reference in New Issue
Block a user