1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-17 18:26:57 +00:00

4.0.0-rc4.4

* Changed: Make usernames in chat line resub messages clickable.
* Fixed: Remove debug logging.
* Fixed: Make the code to automatically leave raids more resilient against Twitch wanting people to join raids automatically.
This commit is contained in:
SirStendec 2018-07-09 21:35:31 -04:00
parent 0775cd1e77
commit 4a326823b9
9 changed files with 115 additions and 18 deletions

View file

@ -983,8 +983,6 @@ export function findEmotes(msg, emotes) {
const out = {};
let idx = 0;
console.log('findEmotes', msg, emotes);
for(const part of msg.split(' ')) {
const len = split_chars(part).length;