mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +02:00
Syntax documentation rewrite of O and P commands
Rewrote the syntax documentation of the commands starting with the letters O and P.
This commit is contained in:
parent
938598e271
commit
d460ba48d1
4 changed files with 64 additions and 16 deletions
|
|
@ -1,10 +1,22 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:ping@
|
||||
|
||||
Sends CTCP PING to another IRC client or to an IRC channel.
|
||||
This is used to find out the speed of IRC network. When
|
||||
the PING reply comes in, irssi shows the interval time
|
||||
between sending the request and receiving the reply.
|
||||
%9Parameters:%9
|
||||
|
||||
See also: CTCP
|
||||
The nickname or channel to ping, you can use the asterisk "*" character to
|
||||
ping every user on a channel.
|
||||
|
||||
%9Description:%9
|
||||
|
||||
Sends a CTCP PING request to a nickname or a channel; this is used to find
|
||||
out the latency on the network.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/PING bob
|
||||
/PING #irssi
|
||||
|
||||
%9See also:%9 CTCP, MSG
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue