diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-11 16:32:20 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-11 16:32:20 +0200 |
commit | ee80ed16cba6d9b82a83fb667873a3b11bc93aab (patch) | |
tree | cf33f1cabea9b818d2a92c86cd6fa674874de993 /docs | |
parent | d460ba48d1d4010f89bb3394ad089bf23c8c2a3a (diff) | |
download | irssi-ee80ed16cba6d9b82a83fb667873a3b11bc93aab.zip |
Aligned the help for DEOP, DEVOICE and OP
Aligned the help for DEOP, DEVOICE and OP
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/deop.in | 4 | ||||
-rw-r--r-- | docs/help/in/devoice.in | 8 | ||||
-rw-r--r-- | docs/help/in/op.in | 10 |
3 files changed, 12 insertions, 10 deletions
diff --git a/docs/help/in/deop.in b/docs/help/in/deop.in index 8c73a5c9..14c2431a 100644 --- a/docs/help/in/deop.in +++ b/docs/help/in/deop.in @@ -9,8 +9,8 @@ %9Description:%9 - Removes the channel operator privileges from the given nicknames; you - may use the wildcard character "*" in a nickname. + Removes the channel operator privileges from the given nicknames; you may + use the wildcard character "*" in a nickname. %9Examples:%9 diff --git a/docs/help/in/devoice.in b/docs/help/in/devoice.in index 852a0002..dae1d0f6 100644 --- a/docs/help/in/devoice.in +++ b/docs/help/in/devoice.in @@ -9,11 +9,11 @@ %9Description:%9 - Removes the channel voice privileges from the given nicknames; you - may use the wildcard character "*" in a nickname. + 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. + 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 diff --git a/docs/help/in/op.in b/docs/help/in/op.in index 03abac32..5c151780 100644 --- a/docs/help/in/op.in +++ b/docs/help/in/op.in @@ -5,17 +5,19 @@ %9Parameters:%9 - The nicknames, separated by a comma, to grant channel operator status to. + A list of nicknames to op. %9Description:%9 - Grants the given nicknames the status of channel operator; you may use - wildcards in the nicknames. + Grants the channel operator privileges to the given nicknames; you may use + the wildcard character "*" in a nickname. %9Examples:%9 /OP mike - /OP bob,sarah + /OP bob sarah + /OP jo*n + /OP * %9See also:%9 DEOP, DEVOICE, KICK, MODE, VOICE |