Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. SOP: 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 Auto Kick and the BadWords lists, to send and read channel memos, and so on.
  2. ADD: /msg chanserv sop #channel add nick
  3. The SOP ADD command adds the given nickname to the SOP list.
  4. DEL: /msg chanserv sop #channel del {nick|entry-num|list}
  5. 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.)
  6. LIST: /msg chanserv sop #channel list {mask|list}
  7. 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: SOP #channel LIST 2-5,7-9 Lists AOP entries numbered 2 through 5 and 7 through 9.
  8. CLEAR: /msg chanserv op #channel clear
  9. The SOP CLEAR command clears all entries of the SOP list.
  10. 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 /msg chanserv help access for information about the access list, and /msg chanserv help set xop to know how to toggle between the access list and XOP list systems.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement