1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00

Aligned the help for DEOP, DEVOICE and OP

Aligned the help for DEOP, DEVOICE and OP
This commit is contained in:
Geert Hauwaerts 2014-07-11 16:32:20 +02:00
parent d460ba48d1
commit ee80ed16cb
3 changed files with 12 additions and 10 deletions

View File

@ -9,8 +9,8 @@
%9Description:%9 %9Description:%9
Removes the channel operator privileges from the given nicknames; you Removes the channel operator privileges from the given nicknames; you may
may use the wildcard character "*" in a nickname. use the wildcard character "*" in a nickname.
%9Examples:%9 %9Examples:%9

View File

@ -9,11 +9,11 @@
%9Description:%9 %9Description:%9
Removes the channel voice privileges from the given nicknames; you Removes the channel voice privileges from the given nicknames; you may use
may use the wildcard character "*" in a nickname. the wildcard character "*" in a nickname.
If a channel is moderated, the users will require a voice or op in If a channel is moderated, the users will require a voice or op in order to
order to be able to send messages to the channel. be able to send messages to the channel.
%9Examples:%9 %9Examples:%9

View File

@ -5,17 +5,19 @@
%9Parameters:%9 %9Parameters:%9
The nicknames, separated by a comma, to grant channel operator status to. A list of nicknames to op.
%9Description:%9 %9Description:%9
Grants the given nicknames the status of channel operator; you may use Grants the channel operator privileges to the given nicknames; you may use
wildcards in the nicknames. the wildcard character "*" in a nickname.
%9Examples:%9 %9Examples:%9
/OP mike /OP mike
/OP bob,sarah /OP bob sarah
/OP jo*n
/OP *
%9See also:%9 DEOP, DEVOICE, KICK, MODE, VOICE %9See also:%9 DEOP, DEVOICE, KICK, MODE, VOICE