From e51b1b57c4e35d4336e1f2a4b5dfc2a3e4ef6eaa Mon Sep 17 00:00:00 2001 From: Lorenz Steinert Date: Wed, 27 Mar 2019 14:55:44 +0100 Subject: [PATCH] fix command prefix --- base-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base-config.yaml b/base-config.yaml index 6408c6b..90f649a 100644 --- a/base-config.yaml +++ b/base-config.yaml @@ -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"