mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 12:32:03 -04:00
Use newline instead of sending two messages as they come out of order
This commit is contained in:
@@ -143,8 +143,8 @@ public class KickBot
|
|||||||
_logger.Info($"BossmanJack stream event came in. isLive => {isLive}");
|
_logger.Info($"BossmanJack stream event came in. isLive => {isLive}");
|
||||||
if (isLive)
|
if (isLive)
|
||||||
{
|
{
|
||||||
_sendChatMessage("BossmanJack just went live on Twitch! https://www.twitch.tv/thebossmanjack");
|
_sendChatMessage("BossmanJack just went live on Twitch! https://www.twitch.tv/thebossmanjack\r\n" +
|
||||||
_sendChatMessage("Ad-free re-stream at https://kick.com/wheelfan courtesy of @Kees H");
|
"Ad-free re-stream at https://kick.com/wheelfan courtesy of @Kees H");
|
||||||
_isBmjLive = true;
|
_isBmjLive = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user