mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Do not allow /ping by itself to ctcp ping a channel.
This is like the new /ver behaviour. Bug #542, patch by Geert with tweaks by exg git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4640 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5bf14bbbe5
commit
18f2a0fc67
4 changed files with 12 additions and 13 deletions
|
|
@ -1,10 +1,10 @@
|
|||
|
||||
@SYNTAX:ping@
|
||||
|
||||
Sends CTCP PING to another IRC client. 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.
|
||||
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.
|
||||
|
||||
See also: CTCP
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
|
||||
@SYNTAX:ver@
|
||||
|
||||
Sends a CTCP VERSION request to the nick. This is used
|
||||
to find out which client and/or script the nick
|
||||
is using.
|
||||
Sends a CTCP VERSION request to a nick or channel.
|
||||
This is used to find out which client and/or
|
||||
script the nick is using.
|
||||
|
||||
See also: CTCP
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue