Skip to content

ChanServ:xOP

Austin Ellis edited this page Jun 12, 2016 · 1 revision

ChanServ xOP

The xOP commands allow you to maintain channel access lists. Channel access lists can contain registered accounts or hostmasks (nick!user@host).

The exact meanings of the access levels may differ per network, use /msg ChanServ TEMPLATE to check.

Not all channel access entries can be edited with these commands, see the FLAGS and FORCEXOP help entries for details. Note that use of FORCEXOP can destroy a lot of information. The TEMPLATE system can provide most of the ease of use of these commands without the restrictions.

The privileges required to execute these commands are the same as those required for the corresponding FLAGS commands.

ChanServ VOP

VOP stands for VOice People
Syntax: VOP <#channel> ADD|DEL|LIST <nickname|hostmask>

ChanServ HOP

HOP stands for Half Operator
Syntax: HOP <#channel> ADD|DEL|LIST <nickname|hostmask>

ChanServ AOP

AOP stands for Auto Operator
Syntax: AOP <#channel> ADD|DEL|LIST <nickname|hostmask>

ChanServ SOP

SOP stands for Super Operator
Syntax: SOP <#channel> ADD|DEL|LIST <nickname|hostmask>

Examples:
/msg ChanServ VOP #foo ADD bar
/msg ChanServ VOP #foo ADD foo!*@bar.com
/msg ChanServ AOP #foo DEL bar
/msg ChanServ SOP #foo LIST

Clone this wiki locally