Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
Remove return line.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Dec 25, 2016
1 parent a7b3eef commit 33d8564
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sixgaming.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ SixGaming.start = function(_tmi, _discord, _twitch) {


// Discord notifications for new live channels. // Discord notifications for new live channels.
wentLive.forEach(function(stream) { wentLive.forEach(function(stream) {
return; // TODO - REMOVE THIS LINE!
if (stream.toLowerCase() === "sixgaminggg") { if (stream.toLowerCase() === "sixgaminggg") {
if (liveChannels[stream].game) { if (liveChannels[stream].game) {
SixGaming.discordQueue("@everyone - Six Gaming just went live on Twitch with \"" + liveChannels[stream].game + "\": \"" + liveChannels[stream].channel.status + "\" Watch at http://twitch.tv/" + stream, liveStreamAnnouncementsChannel); SixGaming.discordQueue("@everyone - Six Gaming just went live on Twitch with \"" + liveChannels[stream].game + "\": \"" + liveChannels[stream].channel.status + "\" Watch at http://twitch.tv/" + stream, liveStreamAnnouncementsChannel);
Expand Down

0 comments on commit 33d8564

Please sign in to comment.