Register your nickname

From Rizon Wiki
Revision as of 14:20, 30 June 2021 by Djahandarie (talk | contribs) (Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke...")
Jump to navigation Jump to search

Documentation for this module may be created at Module:Register your nickname/doc

Script error: Lua error at line 1: '=' expected near 'new'.

In new channels, XOP is the default channel management system; a.k.a., AccessType. It is built for easy use with only four levels, and no configuration.
<br>
If you're finding you'd like to change to XOP from another accesstype, for whatever reason, you can come back to it.
<br>
:<code>/msg ChanServ SET <em>#channel</em> ACCESSTYPE XOP</code>

The levels and modes are as follows:

{| class="wikitable"
! Level Name
! Level Mode
! Level Symbol
|-
|SOP || align="center" | +a || align="center" | &
|-
|AOP || align="center" | +o || align="center" | @
|-
|HOP || align="center" | +h || align="center" | %
|-
|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====
(''permanent user access levels'')

;SOP
: Adding: <code>/msg ChanServ SOP <em>#channel</em> ADD <em>nick</em></code>
: Deleting: <code>/msg ChanServ SOP <em>#channel</em> DEL <em>nick</em></code>
;AOP
: Adding: <code>/msg ChanServ AOP <em>#channel</em> ADD <em>nick</em></code>
: Deleting: <code>/msg ChanServ AOP <em>#channel</em> DEL <em>nick</em></code>
;HOP
: Adding: <code>/msg ChanServ HOP <em>#channel</em> ADD <em>nick</em></code>
: Deleting: <code>/msg ChanServ HOP <em>#channel</em> DEL <em>nick</em></code>
;VOP
: Adding: <code>/msg ChanServ VOP <em>#channel</em> ADD <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>


==See also==
* [[Channel_Management_101#Managing_Channel_Access|Managing channel access]]