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)