CactusDev / CactusBot

An open source, community-written service-agnostic chat bot
MIT License
30 stars 6 forks source link

Ignores "enabled" field #152

Closed 2Cubed closed 7 years ago

2Cubed commented 7 years ago

While !command enable and !command disable change the enable: key in the API, the bot never actually checks to see if a command is enabled or disabled before sending the response.

2Cubed commented 7 years ago

This will be much easier to fix after #132.

Innectic commented 7 years ago

Done in #202