diff --git a/doc/source/irc.rst b/doc/source/irc.rst index 93db764ba3..9adba2a698 100644 --- a/doc/source/irc.rst +++ b/doc/source/irc.rst @@ -243,8 +243,8 @@ Accessbot ========= Accessbot defines access that should apply to all channels. Teams can add new -channel to accessbot/channels.yaml and optionally keep channel operator -permissions to the channel by specifying the full_mask option. +channel to accessbot/channels.yaml and optionally set additional channel admins +or ops, or specific mode overrides: Accessbot's configuration is in :config:`accessbot/channels.yaml` @@ -252,8 +252,13 @@ Example: :: - - name: openstack-third-party-ci - mask: full_mask + - name: foo + mode: +bar + admins: + - baz + ops: + - xyzzy + - plugh PTG Bot =======