Difference between revisions of "XOP"

From Rizon Wiki
Jump to navigation Jump to search
m (→‎Listing Users in XOP: Syntax typo.)
 
Line 42: Line 42:
==Listing Users in XOP==
==Listing Users in XOP==


: <code>/msg ChanServ <em>level</em> <em>#channel</em> LIST</code>
: <code>/msg ChanServ ACCESS <em>#channel</em> LIST</code>
 


==See also==
==See also==
* [[Channel_Management_101#Managing_Channel_Access|Managing Channel Access]]
* [[Channel_Management_101#Managing_Channel_Access|Managing Channel Access]]

Latest revision as of 08:50, 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 ACCESS #channel LIST

See also