Unihedro / JavaBot

Java based chat bot that runs in Java room of Stack Overflow Chat.
Apache License 2.0
15 stars 4 forks source link

Processes previously processed messages #71

Open Jenna1337 opened 7 years ago

Jenna1337 commented 7 years ago

The bot will attempt to respond to the same message multiple times. Sometimes it succeeds and you find yourself with three replies for one that one command.

Vogel612 commented 7 years ago

When exactly does this happen? The bot will treat all messages posted before it's joined the room as handled. ...