Difference between revisions of "RizonBNC FAQ"

From Rizon Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
#REDIRECT [[VIzon]]
If you'd like to get rid of the (default) XOP management system in your channel altogether, and change it to the ACCESS management system instead, all you must do is enter:
 
:<code>/msg ChanServ SET <em>#channel</em> ACCESSTYPE ACCESS</code>
 
 
====Adding User to ACCESS====
 
To add a user to the channel access list (''permanent user access level''): <code>/msg ChanServ ACCESS <em>#channel</em> ADD <em>nick</em> <em>level</em></code>
 
 
=====Default Levels=====
 
{| class="wikitable"
|- valign="top"
! Access Title
! Access Level
! Level Symbol
|- valign="top"
|Voice || align="center" | 3 || align="center" | +
|-
|HalfOp || align="center" | 4 || align="center" | %
|-
|Op || align="center" | 5 ~ 9 || align="center" | @
|-
|Protected / S(uper)Op / Admin || align="center" | 10 ~ 9999 || align="center" | &
|}
 
 
=====Changing Level Meaning=====
 
The powerful thing about the ACCESS management system is that you can change what Access Level (''number'') is required to use a specific feature.
 
* To view a list of features:
*: <code>/msg ChanServ HELP LEVELS DESC</code>
 
* To view the current levels list:
*: <code>/msg ChanServ LEVELS <em>#channel</em> LIST</code>
 
* Changing required access level for a feature:
*: <code>/msg ChanServ LEVELS <em>#channel</em> SET <em>feature</em> <em>level</em></code>
 
* Disabling a feature (so only the founder can use it):
*: <code>/msg ChanServ LEVELS <em>#channel</em> DISABLE <em>feature</em></code>
 
* Resetting default levels:
*: <code>/msg ChanServ LEVELS <em>#channel</em> RESET</code>
 
* Give auto-voice to ''all'' users joining the channel (''not possible with XOP management system''):
*: <code>/msg ChanServ LEVELS <em>#channel</em> SET AUTOVOICE {{Xt|0}}</code>

Revision as of 12:13, 30 June 2021

If you'd like to get rid of the (default) XOP management system in your channel altogether, and change it to the ACCESS management system instead, all you must do is enter:

/msg ChanServ SET #channel ACCESSTYPE ACCESS


Adding User to ACCESS

To add a user to the channel access list (permanent user access level): /msg ChanServ ACCESS #channel ADD nick level


Default Levels
Access Title Access Level Level Symbol
Voice 3 +
HalfOp 4 %
Op 5 ~ 9 @
Protected / S(uper)Op / Admin 10 ~ 9999 &


Changing Level Meaning

The powerful thing about the ACCESS management system is that you can change what Access Level (number) is required to use a specific feature.

  • To view a list of features:
    /msg ChanServ HELP LEVELS DESC
  • To view the current levels list:
    /msg ChanServ LEVELS #channel LIST
  • Changing required access level for a feature:
    /msg ChanServ LEVELS #channel SET feature level
  • Disabling a feature (so only the founder can use it):
    /msg ChanServ LEVELS #channel DISABLE feature
  • Resetting default levels:
    /msg ChanServ LEVELS #channel RESET
  • Give auto-voice to all users joining the channel (not possible with XOP management system):
    /msg ChanServ LEVELS #channel SET AUTOVOICE 0