TinaTiel / obs-chatbot

GNU General Public License v3.0
3 stars 0 forks source link

CommandRequest boogaloo: Command and User args (instead of Strings), plus equality... #38

Closed TinaTiel closed 3 years ago

TinaTiel commented 3 years ago

The request bus will contain incoming requests for commands to be executed. These requests will then be dispatched to the Action bus for processing.

But to get there, we need to know what the actual command user are.

So, we need to revisit this and add equality stuff for Command and User as well.