mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -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
|
||||
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user