From e481171c1bd16c4aad81cfa076b478d446447ad6 Mon Sep 17 00:00:00 2001 From: manetta Date: Wed, 17 Jul 2019 18:57:12 +0200 Subject: [PATCH] testing the hook :) --- logbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logbot.py b/logbot.py index ee1e832..d0f92d2 100644 --- a/logbot.py +++ b/logbot.py @@ -99,7 +99,7 @@ class MUCBot(slixmpp.ClientXMPP): mbody="Noted! And added to the log. Thanks {}!".format(msg['mucnick']), mtype='groupchat') - # Add message to log + # Add the message to the log message = '

{}

'.format(msg['body'].replace('@bot','')) log = 'log.html' log_path = os.path.join(self.output, log)