1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-08 19:34:14 -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", { "/carbons on|off",
"---------------", "---------------",
"Enable or disable message carbons.", "Enable or disable message carbons.",
"", "The message carbons feature ensures that both sides of all conversations are shared with all the user's clients that implement this protocol.",
"Example : /carbons on",
NULL } } }, NULL } } },
{ "/reconnect", { "/reconnect",

View File

@ -701,7 +701,7 @@ _get_default_boolean(preference_t pref)
case PREF_OCCUPANTS: case PREF_OCCUPANTS:
case PREF_MUC_PRIVILEGES: case PREF_MUC_PRIVILEGES:
case PREF_PRESENCE: case PREF_PRESENCE:
case PREF_WRAP: case PREF_WRAP:
case PREF_INPBLOCK_DYNAMIC: case PREF_INPBLOCK_DYNAMIC:
return TRUE; return TRUE;
default: default: