Skip to content
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.

Commit

Permalink
twitchemotes best API
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Feb 10, 2016
1 parent 4eee098 commit 85e8f2d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -89,7 +89,7 @@ public void run() {
if (jsonChannel != null) {
IEmoticon subBadge = EiraMoticonsAPI.registerEmoticon("EiraIRC:subBadge" + jsonChannel.get("title").getAsString(), instance);
subBadge.setManualOnly(true);
subBadge.setLoadData(new URL("http:" + jsonChannel.get("badge").getAsString()));
subBadge.setLoadData(new URL(jsonChannel.get("badge").getAsString()));
subBadge.setCustomTooltip(new String[]{I19n.format("eirairc:addons.twitch.channelSubscriber")});
synchronized (subscriberBadgeMap) {
subscriberBadgeMap.put(channel, subBadge);
Expand Down

0 comments on commit 85e8f2d

Please sign in to comment.