Difference between revisions of "ACCESS"

From Rizon Wiki
Jump to navigation Jump to search
m (Cosmetics, PR, and enhanced commands style consistency.)
Tag: Reverted
m (Reverted edits by FPR (talk) to last revision by Djahandarie)
Tag: Rollback
Line 1: Line 1:
[[File:bear.jpg|frame|center|Neo in his natural habitat.]]
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:


[[Category:Users]]
<code>/msg ChanServ SET <em>#channel</em> ACCESSTYPE ACCESS</code>
 
====Adding user to ACCESS====
 
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=====
 
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: <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>type</em></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>

Revision as of 12:14, 28 March 2022

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:

/msg ChanServ SET #channel ACCESSTYPE ACCESS

Adding user to ACCESS

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

Default Levels

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: /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 type

Resetting default 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