diff options
author | Sadie Powell <sadie@witchery.services> | 2020-10-26 18:23:51 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-10-26 18:23:51 +0000 |
commit | b271e0700a3fcedba73d540ae2eb27f5d3f67cdf (patch) | |
tree | ace959535849f0b6a775ca0c2295ebbd6df8b461 | |
parent | 581d1d8fa0ef62e20409543570390613c78e6f5b (diff) |
Update the helpop docs for the recent PING/PONG changes.
-rw-r--r-- | docs/conf/helpop.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index 4805ae790..df886608d 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -202,11 +202,11 @@ Quit from IRC and end your current session. Returns the server's version information. "> -<helpop key="ping" title="/PING <servername> [:<servername>]" value=" +<helpop key="ping" title="/PING <cookie> [<servername>]" value=" Ping a server. The server will answer with a PONG. "> -<helpop key="pong" title="/PONG <servername>" value=" +<helpop key="pong" title="/PONG <cookie> [<servername>]" value=" Your client should send this to answer server PINGs. You should not issue this command manually. "> |