Not required to return here

This commit is contained in:
Luke Murphy 2021-02-27 10:46:10 +01:00
parent 36eed56661
commit 46ca1b1fb5
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -215,7 +215,7 @@ logbot @uptime: To check how long @logbot has been around
reply = "Hmm ... not sure what you want to do?"
write_log(self, message, self.log)
return self.reply(reply, room=message.room)
self.reply(reply, room=message.room)
logbot()