Merge "Add channel-specific options example for accessbot"

This commit is contained in:
Zuul 2021-05-28 16:02:00 +00:00 committed by Gerrit Code Review
commit f515446e9e
1 changed files with 12 additions and 1 deletions

View File

@ -33,8 +33,19 @@
#
# NOTE each channel looks up these values in the "global:" list first.
# Channel specific values override the global values.
#
# For example...
#
# channels:
# - name: foochannel
# admins:
# - xyzzy
# - plugh
# ops:
# - gralpy
# - name: barchannel
# mode: +baz
# Global definitions
#