1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-08-11 18:54:16 -04:00

Fix help for message carbons

This commit is contained in:
Olivier LE MOAL 2015-02-03 15:48:19 +01:00
parent 2a12a4d93b
commit a89e04b9d5
2 changed files with 2 additions and 3 deletions

View File

@ -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",

View File

@ -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: