diff options
author | Olivier LE MOAL <olivier.lemoal@winamax.fr> | 2015-02-03 15:48:19 +0100 |
---|---|---|
committer | Olivier LE MOAL <olivier.lemoal@winamax.fr> | 2015-02-03 15:48:19 +0100 |
commit | a89e04b9d5ef8b65181ddcd1bc3c3ad261406e1a (patch) | |
tree | d62461ada5f0bef28835ee0922ba94df96a28631 /src | |
parent | 2a12a4d93bcb898225003a8d38e7f28662075b70 (diff) | |
download | profani-tty-a89e04b9d5ef8b65181ddcd1bc3c3ad261406e1a.tar.gz |
Fix help for message carbons
Diffstat (limited to 'src')
-rw-r--r-- | src/command/command.c | 3 | ||||
-rw-r--r-- | 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: |