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

make message object more generic #71

Open archangelic opened 4 years ago

archangelic commented 4 years ago

In order to implement #31, the Message class sent to plugins needs to be more generic. Currently, the properties are very irc-centric.

What properties are necessary and what should they be named?

First thoughts: msg.nick -> msg.who