Difference between revisions of "XOP"

From Rizon Wiki
Jump to navigation Jump to search
(Undo (with added modifications) revision 5330 by FPR (talk) due to swapped contents upon server migration. Edited previous revision by Linear (talk): PR, cosmetics for style consistency.)
Line 13: Line 13:
! Symbol
! Symbol
|-
|-
|SOP || align="center" | +a || align="center" | &
|SOP || align="center" | <code>+a</code> || align="center" | <code>&</code>
|-
|-
|AOP || align="center" | +o || align="center" | @
|AOP || align="center" | <code>+o</code> || align="center" | <code>@</code>
|-
|-
|HOP || align="center" | +h || align="center" | %
|HOP || align="center" | <code>+h</code> || align="center" | <code>%</code>
|-
|-
|VOP || align="center" | +v || align="center" | +  
|VOP || align="center" | <code>+v</code> || align="center" | <code>+</code>
|}
|}


''Note: the corresponding mibbit icons for these modes can be found [http://wiki.mibbit.com/index.php/Icons here]''
''Note: the corresponding mibbit icons for these modes can be found [http://wiki.mibbit.com/index.php/Icons here]''


==Adding/Deleting Users to/from XOP==
==Adding/Deleting Users to/from XOP==

Revision as of 08:39, 31 March 2022

In new channels, XOP is the default channel Access List management system; a.k.a., Accesstype. It is built for easy use with only 4 levels, and no configuration.
If you're finding you would like to change to XOP from another Accesstype, for whatever reason, you can come back to it, by running:

/msg ChanServ SET #channel ACCESSTYPE XOP


Access Levels and Modes

Level Mode Symbol
SOP +a &
AOP +o @
HOP +h %
VOP +v +

Note: the corresponding mibbit icons for these modes can be found here

Adding/Deleting Users to/from XOP

SOP
Adding: /msg ChanServ SOP #channel ADD nick
Deleting: /msg ChanServ SOP #channel DEL nick
AOP
Adding: /msg ChanServ AOP #channel ADD nick
Deleting: /msg ChanServ AOP #channel DEL nick
HOP
Adding: /msg ChanServ HOP #channel ADD nick
Deleting: /msg ChanServ HOP #channel DEL nick
VOP
Adding: /msg ChanServ VOP #channel ADD nick
Deleting: /msg ChanServ VOP #channel DEL nick


Listing Users in XOP

/msg ChanServ level #channel LIST


See also