From e04c492eaa09b1018c24b92cf30dac0f6782c2d6 Mon Sep 17 00:00:00 2001 From: Juri Adams Date: Wed, 8 Jul 2015 19:51:43 +0200 Subject: [PATCH 1/5] Update extension.js --- extension.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension.js b/extension.js index c83fd75f2..41b8f4c40 100644 --- a/extension.js +++ b/extension.js @@ -57,8 +57,8 @@ localStorage.setItem("basicBotsettings", JSON.stringify({ botName: "basicBot", - language: "english", - chatLink: "https://rawgit.com/Yemasthui/basicBot/master/lang/en.json", + language: "german", + chatLink: "https://rawgit.com/Yemasthui/basicBot/master/lang/de.json", startupCap: 1, // 1-200 startupVolume: 0, // 0-100 startupEmoji: false, // true or false From 9d9a10cfd4e30992d0a29ecbc8e2fede76a07694 Mon Sep 17 00:00:00 2001 From: Juri Adams Date: Thu, 9 Jul 2015 19:39:33 +0200 Subject: [PATCH 2/5] Update extension.js --- extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.js b/extension.js index 41b8f4c40..c8979a849 100644 --- a/extension.js +++ b/extension.js @@ -119,6 +119,6 @@ })); //Start the bot and extend it when it has loaded. - $.getScript("https://rawgit.com/Yemasthui/basicBot/master/basicBot.js", extend); + $.getScript("https://rawgit.com/Moondye7/basicBot/master/basicBot.js", extend); }).call(this); From 1101e62f2e502f1758e9b1a75f92d496c2beb629 Mon Sep 17 00:00:00 2001 From: Juri Adams Date: Thu, 9 Jul 2015 19:45:00 +0200 Subject: [PATCH 3/5] Update extension.js --- extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.js b/extension.js index c8979a849..41b8f4c40 100644 --- a/extension.js +++ b/extension.js @@ -119,6 +119,6 @@ })); //Start the bot and extend it when it has loaded. - $.getScript("https://rawgit.com/Moondye7/basicBot/master/basicBot.js", extend); + $.getScript("https://rawgit.com/Yemasthui/basicBot/master/basicBot.js", extend); }).call(this); From 44dbcdad36804edd171eea0fa2219ce25d54ae5e Mon Sep 17 00:00:00 2001 From: Juri Adams Date: Thu, 9 Jul 2015 19:47:24 +0200 Subject: [PATCH 4/5] Update extension.js --- extension.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extension.js b/extension.js index 41b8f4c40..e63cdbf8f 100644 --- a/extension.js +++ b/extension.js @@ -104,9 +104,9 @@ opLink: null, rulesLink: null, themeLink: null, - fbLink: null, - youtubeLink: null, - website: null, + fbLink: www.facebook.com/moondye7, + youtubeLink: www.youtube.com/moondye7, + website: www.twitch.tv/moondye7, intervalMessages: [], messageInterval: 5, songstats: true, From 88cdf22985465771b1763ef2476613470f596341 Mon Sep 17 00:00:00 2001 From: Juri Adams Date: Thu, 9 Jul 2015 19:52:07 +0200 Subject: [PATCH 5/5] Update extension.js --- extension.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extension.js b/extension.js index e63cdbf8f..41b8f4c40 100644 --- a/extension.js +++ b/extension.js @@ -104,9 +104,9 @@ opLink: null, rulesLink: null, themeLink: null, - fbLink: www.facebook.com/moondye7, - youtubeLink: www.youtube.com/moondye7, - website: www.twitch.tv/moondye7, + fbLink: null, + youtubeLink: null, + website: null, intervalMessages: [], messageInterval: 5, songstats: true,