From a89e04b9d5ef8b65181ddcd1bc3c3ad261406e1a Mon Sep 17 00:00:00 2001 From: Olivier LE MOAL Date: Tue, 3 Feb 2015 15:48:19 +0100 Subject: [PATCH] Fix help for message carbons --- src/command/command.c | 3 +-- src/config/preferences.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/command/command.c b/src/command/command.c index f44a21f5..d22786af 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -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", diff --git a/src/config/preferences.c b/src/config/preferences.c index 47ef9391..7753ad71 100644 --- a/src/config/preferences.c +++ b/src/config/preferences.c @@ -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: