mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Fix help for message carbons
This commit is contained in:
parent
2a12a4d93b
commit
a89e04b9d5
@ -864,8 +864,7 @@ static struct cmd_t command_defs[] =
|
||||
{ "/carbons on|off",
|
||||
"---------------",
|
||||
"Enable or disable message carbons.",
|
||||
"",
|
||||
"Example : /carbons on",
|
||||
"The message carbons feature ensures that both sides of all conversations are shared with all the user's clients that implement this protocol.",
|
||||
NULL } } },
|
||||
|
||||
{ "/reconnect",
|
||||
|
@ -701,7 +701,7 @@ _get_default_boolean(preference_t pref)
|
||||
case PREF_OCCUPANTS:
|
||||
case PREF_MUC_PRIVILEGES:
|
||||
case PREF_PRESENCE:
|
||||
case PREF_WRAP:
|
||||
case PREF_WRAP:
|
||||
case PREF_INPBLOCK_DYNAMIC:
|
||||
return TRUE;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user