Difference between revisions of "XOP"

From Rizon Wiki
Jump to navigation Jump to search
(Created page with "In new channels, XOP is the default accesstype, it is built for easy use with only 4 levels, and no configuration. <br> If you're finding you'd like to change to XOP from anot...")
 
(Made table look less ugly, moved off the mibbit stuff, it looked sort of dumb, added a "see also")
Line 5: Line 5:
<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
The levels and modes are as follows:


{| border="1"
{| class="wikitable"
|+ align="bottom" | '''The mibbit icons are the default'''
! Level
! Level
! Mode
! Mode
! Character
! Character
! Mibbit Equivalent
|-
|-
|SOP || align="center" | +a || align="center" | & || align="center" | "A key"
|SOP || align="center" | +a || align="center" | &
|-
|-
|AOP || align="center" | +o || align="center" | @ || align="center" | "A star"
|AOP || align="center" | +o || align="center" | @
|-
|-
|HOP || align="center" | +h || align="center" | % || align="center" | "A half star"
|HOP || align="center" | +h || align="center" | %
|-
|-
|VOP || align="center" | +v || align="center" | + || align="center" | "A speaker"
|VOP || align="center" | +v || align="center" | +  
|}
|}


''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====


Line 41: Line 40:


<code>/msg ChanServ <em>level</em> <em>#channel</em> LIST</code>
<code>/msg ChanServ <em>level</em> <em>#channel</em> LIST</code>
==See also==
* [[Channel_Management_101#Managing_Channel_Access|Managing channel access]]

Revision as of 00:21, 9 March 2013

In new channels, XOP is the default accesstype, it is built for easy use with only 4 levels, and no configuration.
If you're finding you'd like to change to XOP from another accesstype, for whatever reason, you can come back to it.
/msg ChanServ SET #channel ACCESSTYPE XOP

The levels and modes are as follows:

Level Mode Character
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