mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-27 13:08:30 +00:00
3.5.395. Clean up /renamegroup command. Hard-coded modifier emotes still suck. Fix modifiers sticking to emoji.
This commit is contained in:
parent
0fbd226788
commit
439f2c32ae
8 changed files with 66 additions and 52 deletions
|
@ -1334,7 +1334,7 @@ FFZ.prototype.tokenize_emoji = function(tokens) {
|
|||
if ( data ) {
|
||||
if ( text && text.length )
|
||||
new_tokens.push(text);
|
||||
new_tokens.push(data.token);
|
||||
new_tokens.push(_.extend({modifiers: []}, data.token));
|
||||
text = null;
|
||||
} else
|
||||
text = (text || '') + match;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue