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.", "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.", "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.", "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.", "resource : The resource to be used.",
"", "",
"Example : /account add work", "Example : /account add work",
" : /account set work jid myuser@mycompany.com", " : /account set work jid myuser@mycompany.com",
" : /account set work server talk.google.com", " : /account set work server talk.google.com",
" : /account set work resource desktop", " : /account set work resource desktop",
" : /account set work status dnd",
" : /account rename work gtalk", " : /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 } } }, NULL } } },
{ "/prefs", { "/prefs",