From e486114e05b30357a96076c98d8423e962d8f491 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 4 Oct 2012 23:18:48 +0100 Subject: Now checks for exitence of contact before sending message --- src/command.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/command.c') diff --git a/src/command.c b/src/command.c index 45f4f00c..cdb0c384 100644 --- a/src/command.c +++ b/src/command.c @@ -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", -- cgit 1.4.1-2-gfad0 r>Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/tools/iso/kernel.soso/debugprint.h
blob: 7893fef740b0a37ab0e9da33886f60e01df864d7 (plain) (blame)
1
2
3
4
5
6
7