Skip to content

Commit

Permalink
config.py: Add admin configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
zmlaimeew committed Apr 1, 2021
1 parent fe93cd8 commit 7dd6d14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Setup
'key': '<abcdefghijklmnopqrstuvwxyz123456>',
'site': '<http://your.zulip.server>'
}
BOT_ADMINS = ('<[email protected]',)
CHATROOM_PRESENCE = ()
BOT_PREFIX = '<@**[email protected]**>' # This configuration enables errbot to respond to @-mentions
```
Expand Down

0 comments on commit 7dd6d14

Please sign in to comment.