--- a/requirements.txt Wed Apr 04 00:24:55 2018 +0800
+++ b/requirements.txt Wed Apr 04 00:25:23 2018 +0800
--- a/rollbot.py Wed Apr 04 00:24:55 2018 +0800
+++ b/rollbot.py Wed Apr 04 00:25:23 2018 +0800
rbody, rxbody = self.respond(mbody)
- msg['html']['body'] = rxbody
def muc_message(self, msg):
rbody = '%s: %s' % (msg['mucnick'], rbody)
rxbody = '%s: %s' % (cgi.escape(msg['mucnick']), rxbody)
- msg['html']['body'] = rxbody
def muc_invite(self, invite):