Trevor Hartman
Trevor Hartman
Lots of examples in https://www.edwardthomson.com/blog/github_actions_advent_calendar.html
In an expression like: ``` !echo A | echo B `echo C` ``` The evaluation order is: 1. echo A 1. echo C 1. echo B `echo C` needs to...
Compare the text of previous command?
Related: https://github.com/yetibot/yetibot.core/pull/78
Today we can set a small set of settings in a channel, like: ``` !channel set jira-project YETIBOT ``` Support for this is baked in directly to the jira command...
## Rationale The idea is that the command knows more about the kind of output than the command handling pipeline or the chat adapter. If a command (like ascii) hinted...