1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

Added help for new /account property

This commit is contained in:
James Booth 2013-01-31 00:56:29 +00:00
parent 06abe13f19
commit ac3987869b

View File

@ -198,15 +198,17 @@ static struct cmd_t main_commands[] =
"The 'property' may be one of.",
"jid : The Jabber ID of the account, the account name will be used if this property is not set.",
"server : The chat service server, if different to the domain part of the JID.",
"status : The presence status to use on login, use 'last' to use whatever your last status was.",
"resource : The resource to be used.",
"",
"Example : /account add work",
" : /account set work jid myuser@mycompany.com",
" : /account set work server talk.google.com",
" : /account set work resource desktop",
" : /account set work status dnd",
" : /account rename work gtalk",
"",
"To log in to this account: '/connect gtalk'",
"To log in to this account: '/connect gtalk', which will always log in with the status 'dnd'.",
NULL } } },
{ "/prefs",