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: