Skip to content

Commit

Permalink
fixes #3034
Browse files Browse the repository at this point in the history
  • Loading branch information
night committed Mar 17, 2018
1 parent 0170025 commit bc6bc95
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "BetterTTV",
"author": "Night",
"version": "7.2.14",
"version": "7.2.15",
"description": "BetterTTV enhances Twitch with new features, emotes, and more.",
"main": "betterttv.js",
"scripts": {
Expand Down
39 changes: 20 additions & 19 deletions src/utils/twitch.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,26 @@ const TMIActionTypes = {
RECONNECT: 7,
HOSTING: 8,
UNHOST: 9,
SUBSCRIPTION: 10,
RESUBSCRIPTION: 11,
SUBGIFT: 12,
CLEAR_CHAT: 13,
SUBSCRIBER_ONLY_MODE: 14,
FOLLOWERS_ONLY_MODE: 15,
SLOW_MODE: 16,
EMOTE_ONLY_MODE: 17,
ROOM_MODS: 18,
ROOM_STATE: 19,
RAID: 20,
UNRAID: 21,
RITUAL: 22,
NOTICE: 23,
INFO: 24,
BADGES_UPDATED: 25,
PURCHASE: 26,
BITS_CHARITY: 27,
CRATE_GIFT: 28
HOSTED: 10,
SUBSCRIPTION: 11,
RESUBSCRIPTION: 12,
SUBGIFT: 13,
CLEAR_CHAT: 14,
SUBSCRIBER_ONLY_MODE: 15,
FOLLOWERS_ONLY_MODE: 16,
SLOW_MODE: 17,
EMOTE_ONLY_MODE: 18,
ROOM_MODS: 19,
ROOM_STATE: 20,
RAID: 21,
UNRAID: 22,
RITUAL: 23,
NOTICE: 24,
INFO: 25,
BADGES_UPDATED: 26,
PURCHASE: 27,
BITS_CHARITY: 28,
CRATE_GIFT: 29
};

function getReactInstance(element) {
Expand Down

0 comments on commit bc6bc95

Please sign in to comment.