mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 19:36:22 +00:00
Merge remote-tracking branch 'peterlvilim/keyring'
This commit is contained in:
@@ -941,6 +941,7 @@ static struct cmd_t command_defs[] =
|
||||
"|xa|dnd : Priority for the specified presence.",
|
||||
"resource : The resource to be used.",
|
||||
"password : Password for the account, note this is currently stored in plaintext if set.",
|
||||
"eval_password : Shell command evaluated to retrieve password for the account. Can be used to retrieve password from keyring.",
|
||||
"muc : The default MUC chat service to use.",
|
||||
"nick : The default nickname to use when joining chat rooms.",
|
||||
"otr : Override global OTR policy for this account: manual, opportunistic or always.",
|
||||
@@ -1272,12 +1273,14 @@ cmd_init(void)
|
||||
autocomplete_add(account_set_ac, "dnd");
|
||||
autocomplete_add(account_set_ac, "resource");
|
||||
autocomplete_add(account_set_ac, "password");
|
||||
autocomplete_add(account_set_ac, "eval_password");
|
||||
autocomplete_add(account_set_ac, "muc");
|
||||
autocomplete_add(account_set_ac, "nick");
|
||||
autocomplete_add(account_set_ac, "otr");
|
||||
|
||||
account_clear_ac = autocomplete_new();
|
||||
autocomplete_add(account_clear_ac, "password");
|
||||
autocomplete_add(account_clear_ac, "eval_password");
|
||||
autocomplete_add(account_clear_ac, "server");
|
||||
autocomplete_add(account_clear_ac, "port");
|
||||
autocomplete_add(account_clear_ac, "otr");
|
||||
|
||||
Reference in New Issue
Block a user