mirror of
https://github.com/irssi/irssi.git
synced 2025-05-01 07:51:12 -05:00
Aligned the help for DEOP, DEVOICE and OP
Aligned the help for DEOP, DEVOICE and OP
This commit is contained in:
parent
d460ba48d1
commit
ee80ed16cb
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user