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/deop.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/deop.in')
-rw-r--r-- | docs/help/in/deop.in | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/docs/help/in/deop.in b/docs/help/in/deop.in index e9893e6a..8c73a5c9 100644 --- a/docs/help/in/deop.in +++ b/docs/help/in/deop.in @@ -1,10 +1,23 @@ +%9Syntax:%9 + @SYNTAX:deop@ -Takes off the channel operator privileges from the -specified nick(s). +%9Parameters:%9 + + A list of nicknames to deop. + +%9Description:%9 + + Removes the channel operator privileges from the given nicknames; you + may use the wildcard character "*" in a nickname. + +%9Examples:%9 -Wildcards in the nick are allowed. + /DEOP mike + /DEOP bob sarah + /DEOP jo*n + /DEOP * -See also: OP +%9See also:%9 DEVOICE, MODE, OP, VOICE |