Welcome to EScriptIRC, The IRC-related documentation wiki.
We currently have 242 documents and 30,048 edits altogether.

ChanServ:HOP

From EScriptIRC, The IRC-related documentation wiki

Jump to: navigation, search

Syntax:

/msg ChanServ HOP channel ADD nick
/msg ChanServ HOP channel DEL {nick | entry-num | list}
/msg ChanServ HOP channel LIST [mask | list]
/msg ChanServ HOP channel CLEAR

Maintains the HOP (HalfOP) list for a channel. The HOP list gives users the right to be auto-halfopped on your channel. The HOP ADD command adds the given nickname to the HOP 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.) 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; for example:

/msg ChanServ HOP #channel LIST 2-5,7-9

Lists HOP entries numbered 2 through 5 and 7 through 9. The HOP CLEAR command clears all entries of the HOP list. The HOP ADD, HOP DEL and HOP LIST commands are limited to AOPs or above, while the HOP CLEAR command can only be used by the channel founder. This command may have been disabled for your channel, and in that case you need to use the access list. See ACCESS for information about the access list, and XOP to know how to toggle between the access list and xOP list systems.


Back to ChanServ commands.