mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +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,8 +1,21 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:op@
|
||||
|
||||
Gives channel operator privileges to the specified
|
||||
nick(s). Wildcards in the nick are allowed.
|
||||
%9Parameters:%9
|
||||
|
||||
See also: DEOP, MODE, VOICE, DEVOICE, KICK
|
||||
The nicknames, separated by a comma, to grant channel operator status to.
|
||||
|
||||
%9Description:%9
|
||||
|
||||
Grants the given nicknames the status of channel operator; you may use
|
||||
wildcards in the nicknames.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/OP mike
|
||||
/OP bob,sarah
|
||||
|
||||
%9See also:%9 DEOP, DEVOICE, KICK, MODE, VOICE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue