Skip to content

ChanServ:ACCESS

Austin Ellis edited this page Jun 12, 2016 · 1 revision

ChanServ ACCESS

ACCESS ADD

ACCESS ADD will assign the given user to the given channel role.

/msg ChanServ ACCESS <#channel> ADD <user> <role>
/msg ChanServ ACCESS #atheme ADD stitch helpers

ACCESS DEL

ACCESS DEL will remove all channel access from a given user.

/msg ChanServ ACCESS <#channel> DEL <user>
/msg ChanServ ACCESS #atheme DEL stitch

ACCESS INFO

ACCESS INFO displays what level of access a given user has in a given channel. It will display role, long-form flags and short-form flags along with the last date the user's access was modified.

/msg ChanServ ACCESS <#channel> INFO <user>
/msg ChanServ ACCESS #atheme INFO siniStar

ACCESS LIST

ACCESS LIST lists all users with channel access and their roles in the channel. It uses fuzzy matching so if a user does not exactly match any role, they will be listed as the closest role they match.

/msg ChanServ ACCESS <#channel> LIST
/msg ChanServ ACCESS #atheme LIST

ACCESS SET

ACCESS SET allows you to set specific flags on a user above or below a certain role or lets you change the role a user is in. Multiple flags should be seperated by a space and have the modifier (+ or -) in front of each flag.

/msg ChanServ ACCESS <#channel> SET <user> <role|flags>
Flags:
+voice - Enables use of the voice/devoice commands.
+autovoice - Enables automatic voice.
+halfop - Enables use of the halfop/dehalfop commands.
+autohalfop - Enables automatic halfop.
+op - Enables use of the op/deop commands.
+autoop - Enables automatic op.
+protect - Enables use of the protect/deprotect commands.
+owner - Enables use of the owner/deowner commands.
+set - Enables use of the set command.
+invite - Enables use of the invite and getkey commands.
+remove - Enables use of the kick, kickban, ban and unban commands.
+remove - Enables use of the ban and unban commands.
+remove - Enables use of the unban command.
+recover - Enables use of the recover and clear commands.
+acl-change - Enables modification of channel access lists.
+topic - Enables use of the topic and topicappend commands.
+acl-view - Enables viewing of channel access lists.
+successor - Marks the user as a successor.
+founder - Grants full founder access.
+banned - Enables automatic kickban.

/msg ChanServ ACCESS #atheme SET stitch channel-ops
/msg ChanServ ACCESS #atheme SET stitch -topic
/msg ChanServ ACCESS #foo set jdhore +acl-view +topic +autoop

Clone this wiki locally