mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 05:26:21 +00:00
add default account property and commands associated with them
This commit is contained in:
@@ -521,6 +521,7 @@ _get_group(preference_t pref)
|
||||
case PREF_AUTOAWAY_MESSAGE:
|
||||
return PREF_GROUP_PRESENCE;
|
||||
case PREF_CONNECT_ACCOUNT:
|
||||
case PREF_DEFAULT_ACCOUNT:
|
||||
return PREF_GROUP_CONNECTION;
|
||||
case PREF_OTR_WARN:
|
||||
case PREF_OTR_LOG:
|
||||
@@ -602,6 +603,8 @@ _get_key(preference_t pref)
|
||||
return "autoaway.message";
|
||||
case PREF_CONNECT_ACCOUNT:
|
||||
return "account";
|
||||
case PREF_DEFAULT_ACCOUNT:
|
||||
return "defaccount";
|
||||
case PREF_OTR_LOG:
|
||||
return "log";
|
||||
case PREF_OTR_WARN:
|
||||
|
||||
Reference in New Issue
Block a user