Add channel-specific options example for accessbot

Show how to go about adding admins or ops to a channel, as well as
doing channel-specific mode overrides.

Change-Id: I591c5467c94598c220292693bcb674e4f9d23c28
This commit is contained in:
Jeremy Stanley 2021-05-27 19:47:27 +00:00
parent e858068643
commit d83e5b9c64
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
#