joshuaskelly / twitch-observer

Turn Twitch chatter into Python events
MIT License
26 stars 6 forks source link

Adding moderator commands #49

Closed PythooonUser closed 7 years ago

PythooonUser commented 7 years ago

Summary

Adds more moderator commands. See #48.

PythooonUser commented 7 years ago

Now I'm thinking about giving actions on users (like banning or ignoring) the same treatment as the chat modes. I also kind of like the idea of having one single method for dealing with chat modes, since we basically have five of them and the method structures look very alike. Maybe that is something I can change later.

joshuaskelly commented 7 years ago

Looks good to me! 👍 Feel free to merge the PR at your earliest convenience.

I'm excited for these changes. :)