forked from varia/bots
adding more comments in the code for readability
This commit is contained in:
parent
61f5d546ec
commit
e5d325041a
@ -215,7 +215,10 @@ class Logbot(Bot):
|
|||||||
else:
|
else:
|
||||||
reply = "Hmm ... not sure what you want to do?"
|
reply = "Hmm ... not sure what you want to do?"
|
||||||
|
|
||||||
|
# Regenerate the log webpage
|
||||||
self._write_log(message)
|
self._write_log(message)
|
||||||
|
|
||||||
|
# Reply to the groupchat
|
||||||
self.reply(reply, room=message.room)
|
self.reply(reply, room=message.room)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user