From da02542dfedd7d20a018add9b43fab5e14bca708 Mon Sep 17 00:00:00 2001 From: manetta Date: Fri, 18 Feb 2022 17:07:08 +0100 Subject: [PATCH] adding a @url reply to logbot --- LogBot/logbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogBot/logbot.py b/LogBot/logbot.py index d32f4d3..c02728e 100644 --- a/LogBot/logbot.py +++ b/LogBot/logbot.py @@ -220,7 +220,7 @@ class Logbot(Bot): # Response to @url elif "@url" in message.text: - reply = f'{ self.baseurl }{ self.db["folder"] }/' + reply = f'{ self.baseurl }{ self.db[message.room]["folder"] }/' # Response to @delete elif "@delete" in message.text: