Difference between revisions of "ACCESS"

From Rizon Wiki
Jump to navigation Jump to search
m (Protected "ACCESS": Excessive vandalism ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(Added commands and enhanced their style consistency, Cosmetics, and PR.)
Line 1: Line 1:
If you'd like to get rid of the XOP system in your channel altogether and change to the ACCESS system, all you must do is enter:
ACCESS is a channel Access List management system, aside from [[XOP|xOP]] and [[FLAGS]], where each user is assigned a number that represents their privilege level.


<code>/msg ChanServ SET <em>#channel</em> ACCESSTYPE ACCESS</code>
If you'd like to get rid of the XOP system in your channel altogether and change to the ACCESS system, all you need to do is enter:


====Adding user to ACCESS====
: <code>/msg ChanServ SET <em>#channel</em> ACCESSTYPE ACCESS</code>


To add a user to the access list: <code>/msg ChanServ ACCESS <em>#channel</em> ADD <em>nick</em> <em>level</em></code>


=====Default Levels=====
==Adding Users to ACCESS==


voice = 3 (+)
* To add a user to the channel Access List:
*: <code>/msg ChanServ ACCESS <em>#channel</em> ADD <em>nick</em> <em>level</em></code>


halfop = 4 (%)


op = 5-9 (@)
* To list all the users currently in the channel Access List:
*: <code>/msg ChanServ ACCESS <em>#channel</em> LIST</code>


protect / s(uper)op / admin = 10-9999 (&)


=====Changing Level Meaning=====
* For more info:
*: <code>/msg ChanServ HELP ACCESS</code>
 
 
==Default Levels==
{| class="wikitable" style="text-align: center;"
|-
! Level
! Number
! Symbol
|-
| Voice || 3 ||<code>+</code>
|-
| HalfOp || 4 ||<code>%</code>
|-
| Op || 5 ~ 9 ||<code>@</code>
|-
| Protect / S(uper)Op / Admin || 10 ~ 9999 ||<code>&</code>
|}
 
 
==Changing Level Meaning==


The powerful thing about the ACCESS system is that you can change what number is required to use a specific feature.
The powerful thing about the ACCESS system is that you can change what 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>
* To view a list of features/functions:
*: <code>/msg ChanServ HELP LEVELS DESC</code>
 
 
*To view the current access levels list:
*: <code>/msg ChanServ LEVELS <em>#channel</em> LIST</code>
 
 
* Changing required access level for a feature/function:
*: <code>/msg ChanServ LEVELS <em>#channel</em> SET <em>feature</em> <em>level</em></code>
 
 
* Disabling a feature/function (so only the founder can use it):
*: <code>/msg ChanServ LEVELS <em>#channel</em> DISABLE <em>type</em></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>type</em></code>
* Resetting default access levels:
*: <code>/msg ChanServ LEVELS <em>#channel</em> RESET</code>


Resetting default levels: <code>/msg ChanServ LEVELS <em>#channel</em> RESET</code>


Give auto-voice to all users joining the channel (''XOP must be disabled for this to work'') : <code>/msg ChanServ LEVELS <em>#channel</em> SET AUTOVOICE 0</code>
* Give auto-voice to all users joining the channel (''XOP must be disabled for this to work''):
*: <code>/msg ChanServ LEVELS <em>#channel</em> SET AUTOVOICE 0</code>

Revision as of 07:51, 31 March 2022

ACCESS is a channel Access List management system, aside from xOP and FLAGS, where each user is assigned a number that represents their privilege level.

If you'd like to get rid of the XOP system in your channel altogether and change to the ACCESS system, all you need to do is enter:

/msg ChanServ SET #channel ACCESSTYPE ACCESS


Adding Users to ACCESS

  • To add a user to the channel Access List:
    /msg ChanServ ACCESS #channel ADD nick level


  • To list all the users currently in the channel Access List:
    /msg ChanServ ACCESS #channel LIST


  • For more info:
    /msg ChanServ HELP ACCESS


Default Levels

Level Number Symbol
Voice 3 +
HalfOp 4 %
Op 5 ~ 9 @
Protect / S(uper)Op / Admin 10 ~ 9999 &


Changing Level Meaning

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


  • To view a list of features/functions:
    /msg ChanServ HELP LEVELS DESC


  • To view the current access levels list:
    /msg ChanServ LEVELS #channel LIST


  • Changing required access level for a feature/function:
    /msg ChanServ LEVELS #channel SET feature level


  • Disabling a feature/function (so only the founder can use it):
    /msg ChanServ LEVELS #channel DISABLE type


  • Resetting default access levels:
    /msg ChanServ LEVELS #channel RESET


  • Give auto-voice to all users joining the channel (XOP must be disabled for this to work):
    /msg ChanServ LEVELS #channel SET AUTOVOICE 0