Skip to content

Commit e39a354

Browse files
committed
Speaker.bot Fix + Partial SB Kick Fallback Events
1 parent 8b06a98 commit e39a354

8 files changed

Lines changed: 365 additions & 157 deletions

File tree

chat.html

Lines changed: 29 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/simple-notify.min.css">
1414
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/animate.min.css">
1515

16-
<link rel="stylesheet" href="css/chatrd.css?nocache=36">
16+
<link rel="stylesheet" href="css/chatrd.css?nocache=37">
1717
<link id="chatrd-skins" rel="stylesheet" href="css/skin-default.css">
1818

1919
<meta name="robots" content="noindex, nofollow">
@@ -173,50 +173,49 @@
173173
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/confetti.browser.min.js"></script>
174174
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/simple-notify.min.js"></script>
175175
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/purify.min.js"></script>
176-
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/web/pusher.min.js"></script>
177176
<script src="https://unpkg.com/@streamerbot/client/dist/streamerbot-client.js"></script>
178177

179-
<script src="js/i18n-chatrd.js?nocache=36"></script>
178+
<script src="js/i18n-chatrd.js?nocache=37"></script>
180179

181-
<script src="js/speakerbot.js?nocache=36"></script>
182-
<script src="js/sb.js?nocache=36"></script>
183-
<script src="js/queue.js?nocache=36"></script>
180+
<script src="js/speakerbot.js?nocache=37"></script>
181+
<script src="js/sb.js?nocache=37"></script>
182+
<script src="js/queue.js?nocache=37"></script>
184183

185-
<script src="js/chatrd.js?nocache=36"></script>
184+
<script src="js/chatrd.js?nocache=37"></script>
186185

187-
<script src="js/modules/twitch/addon-seventv-paint.js?nocache=36"></script>
188-
<script src="js/modules/twitch/addon-message-effects-canvas.js?nocache=36"></script>
189-
<script src="js/modules/twitch/addon-on-screen-celebration.js?nocache=36"></script>
186+
<script src="js/modules/twitch/addon-seventv-paint.js?nocache=37"></script>
187+
<script src="js/modules/twitch/addon-message-effects-canvas.js?nocache=37"></script>
188+
<script src="js/modules/twitch/addon-on-screen-celebration.js?nocache=37"></script>
190189

191-
<link href="js/modules/twitch/module.css?nocache=36" rel="stylesheet">
192-
<script src="js/modules/twitch/module.js?nocache=36"></script>
190+
<link href="js/modules/twitch/module.css?nocache=37" rel="stylesheet">
191+
<script src="js/modules/twitch/module.js?nocache=37"></script>
193192

194-
<link href="js/modules/youtube/module.css?nocache=36" rel="stylesheet">
195-
<script src="js/modules/youtube/module.js?nocache=36"></script>
193+
<link href="js/modules/youtube/module.css?nocache=37" rel="stylesheet">
194+
<script src="js/modules/youtube/module.js?nocache=37"></script>
196195

197-
<link href="js/modules/tiktok/module.css?nocache=36" rel="stylesheet">
198-
<script src="js/modules/tiktok/module.js?nocache=36"></script>
196+
<link href="js/modules/tiktok/module.css?nocache=37" rel="stylesheet">
197+
<script src="js/modules/tiktok/module.js?nocache=37"></script>
199198

200-
<link href="js/modules/kick/module.css?nocache=36" rel="stylesheet">
201-
<script src="js/modules/kick/module.js?nocache=36"></script>
199+
<link href="js/modules/kick/module.css?nocache=37" rel="stylesheet">
200+
<script src="js/modules/kick/module.js?nocache=37"></script>
202201

203-
<link href="js/modules/streamelements/module.css?nocache=36" rel="stylesheet">
204-
<script src="js/modules/streamelements/module.js?nocache=36"></script>
202+
<link href="js/modules/streamelements/module.css?nocache=37" rel="stylesheet">
203+
<script src="js/modules/streamelements/module.js?nocache=37"></script>
205204

206-
<link href="js/modules/streamlabs/module.css?nocache=36" rel="stylesheet">
207-
<script src="js/modules/streamlabs/module.js?nocache=36"></script>
205+
<link href="js/modules/streamlabs/module.css?nocache=37" rel="stylesheet">
206+
<script src="js/modules/streamlabs/module.js?nocache=37"></script>
208207

209-
<link href="js/modules/patreon/module.css?nocache=36" rel="stylesheet">
210-
<script src="js/modules/patreon/module.js?nocache=36"></script>
208+
<link href="js/modules/patreon/module.css?nocache=37" rel="stylesheet">
209+
<script src="js/modules/patreon/module.js?nocache=37"></script>
211210

212-
<link href="js/modules/tipeeestream/module.css?nocache=36" rel="stylesheet">
213-
<script src="js/modules/tipeeestream/module.js?nocache=36"></script>
211+
<link href="js/modules/tipeeestream/module.css?nocache=37" rel="stylesheet">
212+
<script src="js/modules/tipeeestream/module.js?nocache=37"></script>
214213

215-
<link href="js/modules/kofi/module.css?nocache=36" rel="stylesheet">
216-
<script src="js/modules/kofi/module.js?nocache=36"></script>
214+
<link href="js/modules/kofi/module.css?nocache=37" rel="stylesheet">
215+
<script src="js/modules/kofi/module.js?nocache=37"></script>
217216

218-
<link href="js/modules/fourthwall/module.css?nocache=36" rel="stylesheet">
219-
<script src="js/modules/fourthwall/module.js?nocache=36"></script>
217+
<link href="js/modules/fourthwall/module.css?nocache=37" rel="stylesheet">
218+
<script src="js/modules/fourthwall/module.js?nocache=37"></script>
220219

221220
<script src="js/testmode.js"></script>
222221

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1886,9 +1886,9 @@ <h3><span data-i18n="modal.streamerbot.title">⚠️ Streamer.bot Actions Not Fo
18861886
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/purify.min.js"></script>
18871887
<script src="https://unpkg.com/@streamerbot/client/dist/streamerbot-client.js"></script>
18881888

1889-
<script src="js/i18n-settings.js?nocache=36"></script>
1890-
<script src="js/speakerbot.js?nocache=36"></script>
1889+
<script src="js/i18n-settings.js?nocache=37"></script>
1890+
<script src="js/speakerbot.js?nocache=37"></script>
18911891

1892-
<script type="module" src="js/settings.js?nocache=36"></script>
1892+
<script type="module" src="js/settings.js?nocache=37"></script>
18931893
</body>
18941894
</html>

js/chatrd.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ const loadedEmotes = new Set();
8080

8181

8282
const SKINS = {
83-
default: "skin-default.css?nocache=36",
84-
nutting: "skin-nutting.css?nocache=36",
85-
kimballs: "skin-kimballs.css?nocache=36",
86-
bubbles: "skin-bubbles.css?nocache=36",
87-
'star-wars': "skin-star-wars.css?nocache=36"
83+
default: "skin-default.css?nocache=37",
84+
nutting: "skin-nutting.css?nocache=37",
85+
kimballs: "skin-kimballs.css?nocache=37",
86+
bubbles: "skin-bubbles.css?nocache=37",
87+
'star-wars': "skin-star-wars.css?nocache=37"
8888
};
8989

9090
const skinFile = SKINS[skin] || SKINS.default;
Lines changed: 12 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)