From ef3a6f2f7c318010c9f0c6062fbdfdd89032a1c5 Mon Sep 17 00:00:00 2001 From: manetta Date: Wed, 17 Jul 2019 19:00:28 +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 d0f92d2..9a6d781 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 the message to the log + # Add the message to the log! message = '

{}

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