From 8b0bfa0037a82cbb6f28689eec6ec2daa467abb9 Mon Sep 17 00:00:00 2001
From: psy <psy@darmstadt.ccc.de>
Date: Fri, 13 Oct 2023 20:59:37 +0200
Subject: [PATCH] fix typo in help message

---
 rssbot.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rssbot.py b/rssbot.py
index 7687b56..cff702d 100755
--- a/rssbot.py
+++ b/rssbot.py
@@ -82,7 +82,7 @@ class RssBot:
         msg = str(event['content']['body'])
         if msg.startswith('!help'):
             help_message = """I'm here to keep you updated on rss feeds!<br><br>
-Invite me to any room on {homeserver} and use the custom state event <code>de.eventscccde.rssbot</code> /via 
+Invite me to any room on {homeserver} and use the custom state event <code>de.eventscccde.rssbot</code> via 
 <code>/devtools</code> to set the rss feeds:<br>
 <code>
 {{
-- 
GitLab