mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
Syntax rewrite of U-Z commands
Rewrote the syntax documentation of U-Z commands.
This commit is contained in:
parent
b9f532568b
commit
f0aa2d2049
30 changed files with 488 additions and 215 deletions
|
|
@ -1,9 +1,22 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:ver@
|
||||
|
||||
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.
|
||||
%9Parameters:%9
|
||||
|
||||
See also: CTCP
|
||||
A nickname, channel or the wildcard character '*'.
|
||||
|
||||
%9Description:%9
|
||||
|
||||
Send a CTCP VERION request to the target nickname, channel or to all the
|
||||
users on the channel.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/VER *
|
||||
/VER #irssi
|
||||
/VER mike
|
||||
|
||||
%9See also:%9 CTCP
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue