joshuaskelly / twitch-observer

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

Adding colored PRIVMSG #34

Closed PythooonUser closed 7 years ago

PythooonUser commented 7 years ago

Summary

The PRIVMSG event also supports colored messages to be send by preceeding the message with the token /me.

PythooonUser commented 7 years ago

I'm just realizing that this is actually not needed, since /me can be part of the message...

joshuaskelly commented 7 years ago

Yeah. I saw we don't do anything for the time being. If people actually use this and request it, then we can implement it.

PythooonUser commented 7 years ago

Okay. Then I close this issue but leave the branch for future reference.