You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.
Using the basic echo plugin for the bot, every time i start the bot, it repeats the last message on the channel - because the process_mesaage method is triggered, even though the last message is old.
How do I prevent this behavior?
The text was updated successfully, but these errors were encountered:
MeLight
changed the title
Restarting a bot with process_message in a plugin, reads last message on channel
Restarting a bot with process_message in a plugin, reads stale messages on channel
Apr 9, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using the basic echo plugin for the bot, every time i start the bot, it repeats the last message on the channel - because the
process_mesaage
method is triggered, even though the last message is old.How do I prevent this behavior?
The text was updated successfully, but these errors were encountered: