We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users have reported that errbot does not properly detect messages coming from the bot itself with this backend.
(Specifically, !echo !echo foo would loop indefinitely - it's supposed to print one time but otherwise ignore it).
!echo !echo foo
The text was updated successfully, but these errors were encountered:
gitter.py: Reply an empty reply if the message was from the bot itself
b8a34e8
Fixes errbotio#12
No branches or pull requests
Users have reported that errbot does not properly detect messages coming from the bot itself with this backend.
(Specifically,
!echo !echo foo
would loop indefinitely - it's supposed to print one time but otherwise ignore it).The text was updated successfully, but these errors were encountered: