deltachat-bot / deltabot

Delta.Chat bot written in Python
Mozilla Public License 2.0
33 stars 18 forks source link

Don't run filters if a command registered a reply already #36

Closed hpk42 closed 4 years ago

hpk42 commented 4 years ago

let filters run last so that if there was a command (or some other incoming hook impl) that provided final answers (by returning true) the filter will not be called anymore.

fix #15 obsoletes/closes #22