mirror of
https://github.com/maubot/rss.git
synced 2025-09-24 06:54:39 -04:00
fix command prefix
This commit is contained in:
parent
6dbb12f2d4
commit
e51b1b57c4
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ update_interval: 60
|
||||||
# Set to 0 to disable sleep or -1 to run all requests asynchronously at once.
|
# Set to 0 to disable sleep or -1 to run all requests asynchronously at once.
|
||||||
spam_sleep: 2
|
spam_sleep: 2
|
||||||
# The prefix for all commands
|
# 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
|
# Users who can bypass room permission checks
|
||||||
admins:
|
admins:
|
||||||
- "@user:example.com"
|
- "@user:example.com"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue