|
ChanServ:SOP
From EScriptIRC, The IRC-related documentation wiki
Syntax:
/msg ChanServ SOP channel ADD nick
/msg ChanServ SOP channel DEL {nick | entry-num | list}
/msg ChanServ SOP channel LIST [mask | list]
/msg ChanServ SOP channel CLEAR
Maintains the SOP (SuperOP) list for a channel. The SOP list gives users all rights given by the AOP list, and adds those needed to use the AutoKick and the BadWords lists, to send and read channel memos, and so on. The SOP ADD command adds the given nickname to the SOP 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.) 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; for example:
/msg ChanServ SOP #channel LIST 2-5,7-9
Lists AOP entries numbered 2 through 5 and 7 through 9. The SOP CLEAR command clears all entries of the SOP list. The SOP ADD, SOP DEL and SOP CLEAR commands are limited to the channel founder. However, any user on the AOP list may use the SOP LIST command. This command may have been disabled for your channel, and in that case you need to use the access list. See ACCESS commands 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.