mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 08:26:21 +00:00
Fix help for message carbons
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user