I setup a workflow which sends a reply if a keyword "help" is posted. However, the reply itself also contains the word "help" which then triggers and endless loop of bot messages
I thought to add a contrition which checks whether the message is posted by a normal user (then reply) or by a bot (don't reply), however I can't find to set such a condition
