Now checks for exitence of contact before sending message

This commit is contained in:
James Booth
2012-10-04 23:18:48 +01:00
parent 9e23060986
commit e486114e05
4 changed files with 44 additions and 12 deletions

View File

@@ -155,10 +155,12 @@ static struct cmd_t main_commands[] =
{ "/who",
_cmd_who,
{ "/who", "Find out who is online.",
{ "/who",
"----",
"Show the list of all online contacts with their current status message.",
{ "/who [status]", "Show contacts with chosen status.",
{ "/who [status]",
"-------------",
"Show contacts with the specified status, no status shows all contacts.",
"Possible statuses are: online, offline, away, dnd, xa, chat.",
"online includes: chat, dnd, away, xa.",
NULL } } },
{ "/close",