Browse Source

Not required to return here

master
Luke Murphy 3 years ago
parent
commit
46ca1b1fb5
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 2
      LogBot/logbot.py

2
LogBot/logbot.py

@ -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()

Loading…
Cancel
Save