Merge pull request #1 from L0ric0/master

fix command prefix
This commit is contained in:
Tulir Asokan 2019-06-01 23:43:10 +03:00 committed by GitHub
commit 1dc570c1a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,8 @@ update_interval: 60
# Set to 0 to disable sleep or -1 to run all requests asynchronously at once.
spam_sleep: 2
# The prefix for all commands
command_prefix: "!rss"
# It has to be prefixed with ! in matrix to be recognised
command_prefix: "rss"
# Users who can bypass room permission checks
admins:
- "@user:example.com"