|
ChanServ:AOP
From EScriptIRC, The IRC-related documentation wiki
Syntax:
/msg ChanServ AOP channel ADD nick
/msg ChanServ AOP channel DEL {nick | entry-num | list}
/msg ChanServ AOP channel LIST [mask | list]
/msg ChanServ AOP channel CLEAR
Maintains the AOP (AutoOP) list for a channel. The AOP list gives users the right to be auto-opped on your channel, to unban or invite themselves if needed, to have their greet message showed on join, and so on. The AOP ADD command adds the given nickname to the AOP 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.) 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; for example:
/msg ChanServ AOP #channel LIST 2-5,7-9
Lists AOP entries numbered 2 through 5 and 7 through 9. The AOP CLEAR command clears all entries of the AOP list. The AOP ADD and AOP DEL commands are limited to SOPs or above, while the AOP CLEAR command can only be used by the channel founder. However, any user on the AOP list may use the AOP LIST command. 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.