Syntax documentation rewrite for D-commands

Rewrote the syntax documentation for all commands starting with the
letter D.
This commit is contained in:
Geert Hauwaerts 2014-07-03 21:37:41 +02:00
commit 878411edc4
7 changed files with 130 additions and 56 deletions

View file

@ -1,10 +1,26 @@
%9Syntax:%9
@SYNTAX:devoice@
Takes off the voice from the specified nick(s). This makes them
not to be able to send messages to the moderated (+m) channel.
%9Parameters:%9
Wildcards in the nick are allowed.
A list of nicknames to devoice.
See also: VOICE, MODE
%9Description:%9
Removes the channel voice privileges from the given nicknames; you
may use the wildcard character "*" in a nickname.
If a channel is moderated, the users will require a voice or op in
order to be able to send messages to the channel.
%9Examples:%9
/DEVOICE mike
/DEVOICE bob sarah
/DEVOICE jo*n
/DEVOICE *
%9See also:%9 DEOP, MODE, OP, VOICE