From 14884c717ea2087542651a990e6407347da24d25 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Sun, 30 Jun 2024 13:34:53 +0800 Subject: [PATCH] Updated Kick functionality to alert on dirtdevil-enjoyer going live as BMJ got permabanned and it serves no purpose now --- KfChatDotNetKickBot/KickBot.cs | 3 ++- KfChatDotNetKickBot/config.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/KfChatDotNetKickBot/KickBot.cs b/KfChatDotNetKickBot/KickBot.cs index efc1e1b..ea031d3 100644 --- a/KfChatDotNetKickBot/KickBot.cs +++ b/KfChatDotNetKickBot/KickBot.cs @@ -211,7 +211,8 @@ public class KickBot private void OnStreamerIsLive(object sender, KickModels.StreamerIsLiveEventModel? e) { - _sendChatMessage($"Bossman Live! {e?.Livestream.SessionTitle} https://kick.com/bossmanjack"); + if (e == null) return; + _sendChatMessage($"Dirt Devils LFG! @Juhlonduss is live! {e.Livestream.SessionTitle} https://kick.com/dirtdevil-enjoyer", true); } private void OnStopStreamBroadcast(object sender, KickModels.StopStreamBroadcastEventModel? e) diff --git a/KfChatDotNetKickBot/config.json b/KfChatDotNetKickBot/config.json index 2dc5503..4adca02 100644 --- a/KfChatDotNetKickBot/config.json +++ b/KfChatDotNetKickBot/config.json @@ -1,5 +1,5 @@ { - "PusherChannels": ["chatrooms.2507974.v2", "channel.2515504"], + "PusherChannels": ["channel.28448806"], "Proxy": "socks5://us-lax-wg-socks5-203.relays.mullvad.net:1080", "KfChatRoomId": 15, "BossmanJackTwitchId": 114122847