diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-03 21:37:41 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-03 21:37:41 +0200 |
commit | 878411edc4664c5d923347fdb3383d8fbe6f31c1 (patch) | |
tree | 79b2c125b79a17af8d4ae21b4734347708db8f5d /docs/help/in/devoice.in | |
parent | 3f79c8553c8087a79b9c37216ac72eb3e03584d5 (diff) | |
download | irssi-878411edc4664c5d923347fdb3383d8fbe6f31c1.zip |
Syntax documentation rewrite for D-commands
Rewrote the syntax documentation for all commands starting with the
letter D.
Diffstat (limited to 'docs/help/in/devoice.in')
-rw-r--r-- | docs/help/in/devoice.in | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/docs/help/in/devoice.in b/docs/help/in/devoice.in index ce090191..852a0002 100644 --- a/docs/help/in/devoice.in +++ b/docs/help/in/devoice.in @@ -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 + + A list of nicknames to devoice. + +%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 -Wildcards in the nick are allowed. + /DEVOICE mike + /DEVOICE bob sarah + /DEVOICE jo*n + /DEVOICE * -See also: VOICE, MODE +%9See also:%9 DEOP, MODE, OP, VOICE |