Difference between revisions of "XOP"

From Rizon Wiki
Jump to navigation Jump to search
m (Protected "XOP" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
m (→‎Listing Users in XOP: Syntax typo.)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
In new channels, XOP is the default accesstype, it is built for easy use with only 4 levels, and no configuration.
__NOTOC__
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.
<br>
<br>
If you're finding you'd like to change to XOP from another accesstype, for whatever reason, you can come back to it.
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:
<br>
: <code>/msg ChanServ SET <em>#channel</em> ACCESSTYPE XOP</code>
<code>/msg ChanServ SET <em>#channel</em> ACCESSTYPE XOP</code>
 


The levels and modes are as follows:
==Access Levels and Modes==


{| class="wikitable"
{| class="wikitable"
! Level
! Level
! Mode
! Mode
! Character
! 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==


;SOP
;SOP
Line 37: Line 39:
: Deleting: <code>/msg ChanServ VOP <em>#channel</em> DEL <em>nick</em></code>
: Deleting: <code>/msg ChanServ VOP <em>#channel</em> DEL <em>nick</em></code>


====Listing users in XOP====


<code>/msg ChanServ <em>level</em> <em>#channel</em> LIST</code>
==Listing Users in XOP==
 
: <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