1
0
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:
James Booth 2015-03-15 20:04:53 +00:00
parent 2762f18a3e
commit fae2717f27
2 changed files with 16 additions and 14 deletions

View File

@ -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.",

View File

@ -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();
}