1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00

Tidied /statuses help

This commit is contained in:
James Booth 2014-01-21 00:20:31 +00:00
parent 0e2fbeb350
commit 9549cf431e

View File

@ -761,18 +761,20 @@ static struct cmd_t command_defs[] =
"----------------------------------", "----------------------------------",
"Configure how presence changes are displayed in various windows.", "Configure how presence changes are displayed in various windows.",
"Settings for the console:", "Settings for the console:",
"all - Show all presence changes in the console", " all - Show all presence changes in the console",
"online - Show only when contacts log in/out.", " online - Show only when contacts log in/out.",
"none - Don't show any presence changes in the console.", " none - Don't show any presence changes in the console.",
"Settings for chat windows:", "Settings for chat windows:",
"all - Show all presence changes in the contact's chat window if one is open.", " all - Show all presence changes in the contact's chat window if one is open.",
"online - Show only when contacts log in/out.", " online - Show only when contacts log in/out.",
"none - Don't show any presence changes in the chat windows.", " none - Don't show any presence changes in the chat windows.",
"Settings for chat room windows:", "Settings for chat room windows:",
"on - Show presence changes in chat rooms.", " on - Show presence changes in chat rooms.",
"off - Do not show presence changes in chat rooms (user entering/leaving are still displayed).", " off - Do not show presence changes in chat rooms.",
"The defaults are:", "The defaults are:",
"console - all, chat - all, muc - on.", " console - all",
" chat - all",
" muc - on",
NULL } } }, NULL } } },
{ "/away", { "/away",