archangelic / pinhook

the pluggable python framework for IRC bots and Twitch bots
https://archangelic.github.io/pinhook/
MIT License
31 stars 4 forks source link

Use Enum for Output types #32

Closed Lucidiot closed 5 years ago

Lucidiot commented 5 years ago

Instead of hardcoded 'action' and 'message' strings here, use a Python Enum. The enum34 can provide backporting to Python versions before 3.4.

This a really easy issue, feel free to assign it to me if you want. :p

archangelic commented 5 years ago

I’m intrigued by this. Feel free to go at it.