mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Tidied help
This commit is contained in:
parent
2762f18a3e
commit
fae2717f27
@ -923,8 +923,8 @@ static struct cmd_t command_defs[] =
|
||||
|
||||
{ "/receipts",
|
||||
cmd_receipts, parse_args, 1, 1, &cons_receipts_setting,
|
||||
{ "/reciepts on|off", "Message delivery receipts.",
|
||||
{ "/reciepts on|off",
|
||||
{ "/receipts on|off", "Message delivery receipts.",
|
||||
{ "/receipts on|off",
|
||||
"----------------",
|
||||
"Enable or disable message delivery receipts.",
|
||||
"The user interface will indicate when a message has been received.",
|
||||
|
@ -1200,7 +1200,7 @@ void
|
||||
cons_receipts_setting(void)
|
||||
{
|
||||
if (prefs_get_boolean(PREF_RECEIPTS))
|
||||
cons_show("Message receipts (/reciepts) : ON");
|
||||
cons_show("Message receipts (/receipts) : ON");
|
||||
else
|
||||
cons_show("Message receipts (/receipts) : OFF");
|
||||
}
|
||||
@ -1215,6 +1215,8 @@ cons_show_chat_prefs(void)
|
||||
cons_intype_setting();
|
||||
cons_gone_setting();
|
||||
cons_history_setting();
|
||||
cons_carbons_setting();
|
||||
cons_receipts_setting();
|
||||
|
||||
cons_alert();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user