How Can We Help?

ChanServ XOP

You are here:
< All Topics
Table of Contents

Description

Maintains the xOP list for a channel.

Alternative methods of modifying channel access lists are available. See /msg ChanServ HELP FLAGS for more information about the access list.

The higher xOP inherits all the lower xOP’s privileges. These are listed in Highest to lowest order.

Where xOP is one of:
QOP

Maintains the QOP (Quintessential OP, usually called Owner) list for a channel. The QOP commands are limited to founders (unless SECUREOPS is off). However, any user on the VOP list or above may use the QOP LIST command.
Users who match an access entry on the QOP list receive the following privileges:

ASSIGN, AUTOOWNER, FOUNDER, INFO, MODE, OWNER, OWNERME, PROTECT, SET, SIGNKICK

SOP

Maintains the SOP (Super OP, sometimes called admin) list for a channel. The SOP commands are limited to founders (unless SECUREOPS is off). However, any user on the VOP list or above may use the SOP LIST command.
Users who match an access entry on the SOP list receive the following privileges:

ACCESS_CHANGE, AKICK, AUTOPROTECT, BADWORDS, MEMO, OP

AOP

Maintains the AOP (Auto OP) list for a channel. The AOP commands are limited to founders (unless SECUREOPS is off). However, any user on the VOP list or above may use the AOP LIST command.
Users who match an access entry on the AOP list receive the following privileges:

GREET, AUTOOP, GETKEY, HALFOP, INVITE, OPME, PROTECTME, SAY, TOPIC

HOP

Maintains the HOP (Half-OP) list for a channel. The HOP commands are limited to founders (unless SECUREOPS is off). However, any user on the VOP list or above may use the HOP LIST command.
Users who match an access entry on the HOP list receive the following privileges:

AUTOHALFOP, BAN, HALFOPME, KICK, UNBAN, VOICE

VOP

Maintains the VOP (Voice) list for a channel. The VOP commands are limited to founders (unless SECUREOPS is off). However, any user on the VOP list or above may use the VOP LIST command.
Users who match an access entry on the VOP list receive the following privileges:

ACCESS_LIST, AUTOVOICE, FANTASIA, NOKICK, VOICEME

Commands

/CS QOP channel ADD mask
The QOP ADD command adds the given nickname to the QOP list.
/CS QOP channel DEL {mask | entry-num | list}
The QOP DEL command removes the given nick from the QOP list. If a list of entry numbers is given, those entries are deleted. (See the example for LIST below.)
/CS QOP channel LIST [mask | list]
The QOP LIST command displays the QOP list. If a wildcard mask is given, only those entries matching the mask are displayed. If a list of entry numbers is given, only those entries are shown.
/CS QOP channel CLEAR
The QOP CLEAR command clears all entries of the QOP list.

/CS SOP channel ADD mask
The SOP ADD command adds the given nickname to the SOP list.
/CS SOP channel DEL {mask | entry-num | list}
The SOP DEL command removes the given nick from the SOP list. If a list of entry numbers is given, those entries are deleted. (See the example for LIST below.)
/CS SOP channel LIST [mask | list]
The SOP LIST command displays the SOP list. If a wildcard mask is given, only those entries matching the mask are displayed. If a list of entry numbers is given, only those entries are shown.
/CS SOP channel CLEAR
The SOP CLEAR command clears all entries of the SOP list.

/CS AOP channel ADD mask
The AOP ADD command adds the given nickname to the AOP list.
/CS AOP channel DEL {mask | entry-num | list}
The AOP DEL command removes the given nick from the AOP list. If a list of entry numbers is given, those entries are deleted. (See the example for LIST below.)
/CS AOP channel LIST [mask | list]
The AOP LIST command displays the AOP list. If a wildcard mask is given, only those entries matching the mask are displayed. If a list of entry numbers is given, only those entries are shown.
/CS AOP channel CLEAR
The AOP CLEAR command clears all entries of the AOP list.

/CS HOP channel ADD mask
The HOP ADD command adds the given nickname to the HOP list.
/CS HOP channel DEL {mask | entry-num | list}
The HOP DEL command removes the given nick from the HOP list. If a list of entry numbers is given, those entries are deleted. (See the example for LIST below.)
/CS HOP channel LIST [mask | list]
The HOP LIST command displays the HOP list. If a wildcard mask is given, only those entries matching the mask are displayed. If a list of entry numbers is given, only those entries are shown.
/CS HOP channel CLEAR
The HOP CLEAR command clears all entries of the HOP list.

/CS VOP channel ADD mask
The VOP ADD command adds the given nickname to the VOP list.
/CS VOP channel DEL {mask | entry-num | list}
The VOP DEL command removes the given nick from the VOP list. If a list of entry numbers is given, those entries are deleted. (See the example for LIST below.)
/CS VOP channel LIST [mask | list]
The VOP LIST command displays the VOP list. If a wildcard mask is given, only those entries matching the mask are displayed. If a list of entry numbers is given, only those entries are shown.
/CS VOP channel CLEAR
The VOP CLEAR command clears all entries of the VOP list.

Examples

/msg ChanServ VOP #myChannel ADD Barney@*.example.com

/msg ChanServ HOP #myChannel DEL 3

/msg ChanServ AOP #myChannel LIST

/msg ChanServ SOP #myChannel CLEAR

Scroll to Top