Vismar / CinderBot

Desktop twitch bot.
http://cinderbot.com/en/
GNU General Public License v3.0
7 stars 2 forks source link

Multimessage answers of bot #114

Closed Vismar closed 7 years ago

Vismar commented 7 years ago

Description

Bot should be able to post multiple messages for commands or notifications.

Implementation

Possible way, replace QString by QStringList as an answer, so commands will be able to return multiple answers, which should be handled by twitch client to send all bot messages.