diff options
author | James Booth <boothj5@gmail.com> | 2014-09-04 01:09:28 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-09-04 01:09:28 +0100 |
commit | dffe90f67d2ce685a2aa87831cbc61c2e32e8f6b (patch) | |
tree | 20e60cd97e56d115c48fb8c22fc7ade817a80fbc /src | |
parent | 4ba33cb13c172a7280f8b5443e10ce0e113a2c47 (diff) | |
download | profani-tty-dffe90f67d2ce685a2aa87831cbc61c2e32e8f6b.tar.gz |
Updated help for /ping
Diffstat (limited to 'src')
-rw-r--r-- | src/command/command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/command.c b/src/command/command.c index f0e86710..ecfbca3a 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -728,6 +728,7 @@ static struct cmd_t command_defs[] = { "/ping [rarget]", "--------------", "Sends an IQ ping stanza to the specificed target.", + "If no target is supplied, your chat server will be used.", NULL } } }, { "/autoaway", |