adding more comments in the code for readability

This commit is contained in:
manetta 2021-03-07 10:56:47 +01:00
parent 61f5d546ec
commit e5d325041a

View File

@ -215,7 +215,10 @@ class Logbot(Bot):
else:
reply = "Hmm ... not sure what you want to do?"
# Regenerate the log webpage
self._write_log(message)
# Reply to the groupchat
self.reply(reply, room=message.room)