about summary refs log tree commit diff stats
path: root/src/command/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-09-04 01:09:28 +0100
committerJames Booth <boothj5@gmail.com>2014-09-04 01:09:28 +0100
commitdffe90f67d2ce685a2aa87831cbc61c2e32e8f6b (patch)
tree20e60cd97e56d115c48fb8c22fc7ade817a80fbc /src/command/command.c
parent4ba33cb13c172a7280f8b5443e10ce0e113a2c47 (diff)
downloadprofani-tty-dffe90f67d2ce685a2aa87831cbc61c2e32e8f6b.tar.gz
Updated help for /ping
Diffstat (limited to 'src/command/command.c')
-rw-r--r--src/command/command.c1
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",