mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +02:00
Syntax documentation rewrite for D-commands
Rewrote the syntax documentation for all commands starting with the letter D.
This commit is contained in:
parent
3f79c8553c
commit
878411edc4
7 changed files with 130 additions and 56 deletions
|
|
@ -1,10 +1,23 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:deop@
|
||||
|
||||
Takes off the channel operator privileges from the
|
||||
specified nick(s).
|
||||
%9Parameters:%9
|
||||
|
||||
Wildcards in the nick are allowed.
|
||||
A list of nicknames to deop.
|
||||
|
||||
See also: OP
|
||||
%9Description:%9
|
||||
|
||||
Removes the channel operator privileges from the given nicknames; you
|
||||
may use the wildcard character "*" in a nickname.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/DEOP mike
|
||||
/DEOP bob sarah
|
||||
/DEOP jo*n
|
||||
/DEOP *
|
||||
|
||||
%9See also:%9 DEVOICE, MODE, OP, VOICE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue