mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +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,8 +1,23 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:voice@
|
||||
|
||||
Gives the voice (+v mode) to the nick(s) on the current channel.
|
||||
Wildcards in the nick are allowed.
|
||||
|
||||
See also: DEVOICE, OP, DEOP
|
||||
%9Parameters:%9
|
||||
|
||||
A list of nicknames to voice.
|
||||
|
||||
%9Description:%9
|
||||
|
||||
Grants the channel voice privileges to the given nicknames; you may use
|
||||
the wildcard character "*" in a nickname.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/VOICE mike
|
||||
/VOICE bob sarah
|
||||
/VOICE jo*n
|
||||
/VOICE *
|
||||
|
||||
%9See also:%9 DEOP, DEVOICE, KICK, MODE, OP
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue