mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Added help for new /account property
This commit is contained in:
parent
06abe13f19
commit
ac3987869b
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user