- Joined
- Jun 20, 2015
- Messages
- 161
- Thread Author
- #1
I'm using onMessageReceived() and there seems to be a bug where previous messages are re-detected in some situations. I just paused my bot and clicked on someone else's plant twice, and got two messages:
00:17:24 DEBUG Message received: This plant was planted by *****
00:17:24 DEBUG Somebody else planted in our area.
00:17:25 DEBUG Message received: This plant was planted by *****
00:17:25 DEBUG Somebody else planted in our area.
After unpausing, the bot triggered another message, which seems like it re-triggered the previous message event:
00:19:00 DEBUG Message received: It doesn't need watering now.
00:19:01 DEBUG Message received: This plant was planted by *****
00:19:01 DEBUG Somebody else planted in our area.
Here's the chatlog showing only two of the relevant messages when three were detected:
@Party @Cloud
00:17:24 DEBUG Message received: This plant was planted by *****
00:17:24 DEBUG Somebody else planted in our area.
00:17:25 DEBUG Message received: This plant was planted by *****
00:17:25 DEBUG Somebody else planted in our area.
After unpausing, the bot triggered another message, which seems like it re-triggered the previous message event:
00:19:00 DEBUG Message received: It doesn't need watering now.
00:19:01 DEBUG Message received: This plant was planted by *****
00:19:01 DEBUG Somebody else planted in our area.
Here's the chatlog showing only two of the relevant messages when three were detected:
@Party @Cloud