mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
Syntax documentation rewrite for H-I-commands
This commit is contained in:
parent
1be75a4bef
commit
591e10b3b6
10 changed files with 165 additions and 96 deletions
|
|
@ -1,10 +1,21 @@
|
|||
|
||||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:invite@
|
||||
|
||||
Invites the specified nick to the current or specified channel.
|
||||
%9Parameters:%9
|
||||
|
||||
Example:
|
||||
/INVITE buddy #mychannel
|
||||
The nickname to invite and the channel to invite him or her to; if no
|
||||
channel is given, the active channel will be used.
|
||||
|
||||
See also: MODE
|
||||
%9Description:%9
|
||||
|
||||
Invites the specified nick to a channel.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/INVITE mike
|
||||
/INVITE bob #irssi
|
||||
|
||||
%9See also:%9 MODE, WHOIS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue