fix command prefix

This commit is contained in:
Lorenz Steinert 2019-03-27 14:55:44 +01:00
parent 6dbb12f2d4
commit e51b1b57c4
No known key found for this signature in database
GPG Key ID: 2584CA75748BFAE9

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"