Maintains the access list for a channel. The access list specifies
which users are allowed chanop status or access to ChanServ commands
on the channel. Different user levels allow for access to different
subsets of privileges; /cs HELP ACCESS LEVELS for more specific
information. Any nick not on the access list has a user level
of 0.
The ACCESS ADD command adds the given nickname to the access
list with the given user level; if the nick is already present
on the list, its access level is changed to the level specified
in the command. The level specified must be less than that of
the user giving the command, and if the nick is already on the
access list, the current access level of that nick must be less
than the access level of the user giving the command.
The ACCESS DEL command removes the given nick from the access
list. If a list of entry numbers is given, those entries are deleted.
(See the example for LIST below.)
The ACCESS LIST command displays the access list. If a wildcard
mask is given, only those entries matching the mask are displayed.
If a list of entry numbers is given, only those entries are shown;
for example:
- ACCESS #channel LIST 2-5,7-9
- Lists access entries numbered 2 through 5 and 7 through
9.
ACCESS LEVELS
- User access levels
- By default, the following access levels are defined:
- Founder
Full access to ChanServ functions; automatic opping
upon entering channel. Note that only one person may
have founder status (it cannot be given using the
ACCESS command).
- 10 Access to AKICK command; automatic opping.
- 5 Automatic opping.
- 3 Automatic voicing.
- 0 No special privileges; can be opped by other ops
(unless secure-ops is set).
- <0 May not be opped.
These levels may be changed, or new ones added, using the LEVELS
command; type /cs HELP LEVELS for information.
Syntax:
- /cs ACCESS channel ADD nick level
- /cs ACCESS channel DEL {nick | entry-num
| list}
- /cs ACCESS channel LIST [mask | list]
- /cs ACCESS channel CLEAR
Example(s):
- /cs ACCESS #idiotsareus
ADD droolin 10
- /cs ACCESS #idiotsareus DEL droolin
- /cs ACCESS #idiotsareus DEL 2
- /cs ACCESS #idiotsareus DEL 2-5
- /cs ACCESS #idiotsareus LIST
- /cs ACCESS #idiotsareus CLEAR