1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-16 10:06:54 +00:00

Updated for new emoticon srcSet.

This commit is contained in:
SirStendec 2015-04-15 21:00:52 -04:00
parent 216a82aa5a
commit e1cfb17081
7 changed files with 21 additions and 17 deletions

View file

@ -57,7 +57,6 @@ FFZ.prototype.setup_bttv = function(delay) {
received_room;
BetterTTV.chat.handlers.onPrivmsg = function(room, data) {
received_room = room;
f.log("Room: " + room);
var output = original_handler(room, data);
received_room = null;
return output;
@ -69,7 +68,6 @@ FFZ.prototype.setup_bttv = function(delay) {
BetterTTV.chat.templates.privmsg = function(highlight, action, server, isMod, data) {
try {
// Handle badges.
f.log("Got Message", data);
f.bttv_badges(data);
// Now, do everything else manually because things are hard-coded.