Chatterino / chatterino2

Chat client for https://twitch.tv
MIT License
1.98k stars 444 forks source link

refactor: add `Channel::addSystemMessage` function #5500

Closed pajlada closed 2 weeks ago

pajlada commented 2 weeks ago

this can be used instead of the very common channel->addMessage(makeSystemMessage(...)) pattern

pajlada commented 2 weeks ago

image