mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
71ab0fbda6
Applied grammar and styling corrections.
24 lines
345 B
Plaintext
24 lines
345 B
Plaintext
|
|
%9Syntax:%9
|
|
|
|
@SYNTAX:deop@
|
|
|
|
%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
|
|
|
|
/DEOP mike
|
|
/DEOP bob sarah
|
|
/DEOP jo*n
|
|
/DEOP *
|
|
|
|
%9See also:%9 DEVOICE, MODE, OP, VOICE
|
|
|