1
0
Fork 0
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:
SirStendec 2016-12-10 22:54:53 -05:00
parent 0fbd226788
commit 439f2c32ae
8 changed files with 66 additions and 52 deletions

View file

@ -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;