From 20e6d3335a4455757a34f57fa7ddd61e11c29b9d Mon Sep 17 00:00:00 2001 From: Deniability Date: Fri, 8 Jul 2016 01:28:46 -0500 Subject: [PATCH 1/6] Update extension.js --- extension.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/extension.js b/extension.js index fae7c6bb3..f6354eebe 100644 --- a/extension.js +++ b/extension.js @@ -1,13 +1,13 @@ (function () { // Change this to your GitHub username so you don't have to modify so many things. - var fork = "basicBot"; + var fork = "Deniability"; // Define our function responsible for extending the bot. function extend() { // If the bot hasn't been loaded properly, try again in 1 second(s). if (!window.bot) { - return setTimeout(extend, 1 * 1000); + return setTimeout(extend, 5 * 1000); } // Precaution to make sure it is assigned properly. @@ -46,7 +46,7 @@ //Change the bots default settings and make sure they are loaded on launch localStorage.setItem("basicBotsettings", JSON.stringify({ - botName: "basicBot", + botName: "MooBot", language: "english", chatLink: "https://rawgit.com/basicBot/source/master/lang/en.json", scriptLink: "https://rawgit.com/basicBot/source/master/basicBot.js", @@ -59,19 +59,19 @@ smartSkip: true, cmdDeletion: true, maximumAfk: 120, - afkRemoval: true, + afkRemoval: false, maximumDc: 60, bouncerPlus: true, - blacklistEnabled: true, + blacklistEnabled: false, lockdownEnabled: false, lockGuard: false, maximumLocktime: 10, - cycleGuard: true, + cycleGuard: false, maximumCycletime: 10, - voteSkip: false, + voteSkip: true, voteSkipLimit: 10, historySkip: false, - timeGuard: true, + timeGuard: false, maximumSongLength: 10, autodisable: true, commandCooldown: 30, From e3d961c697c164ba4ab5092b40b619b077a61c2e Mon Sep 17 00:00:00 2001 From: Deniability Date: Sat, 9 Jul 2016 01:48:04 -0500 Subject: [PATCH 2/6] Update extension.js --- extension.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/extension.js b/extension.js index f6354eebe..d32faa238 100644 --- a/extension.js +++ b/extension.js @@ -69,9 +69,9 @@ cycleGuard: false, maximumCycletime: 10, voteSkip: true, - voteSkipLimit: 10, - historySkip: false, - timeGuard: false, + voteSkipLimit: 5, + historySkip: true, + timeGuard: true, maximumSongLength: 10, autodisable: true, commandCooldown: 30, @@ -99,7 +99,7 @@ themeLink: null, fbLink: null, youtubeLink: null, - website: null, + website: cowcraft.net, intervalMessages: [], messageInterval: 5, songstats: true, From 451219a6872b0f79515fad602df4f7dcf3a1afb7 Mon Sep 17 00:00:00 2001 From: Deniability Date: Sat, 9 Jul 2016 02:00:42 -0500 Subject: [PATCH 3/6] Update extension.js --- extension.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extension.js b/extension.js index d32faa238..159605e38 100644 --- a/extension.js +++ b/extension.js @@ -90,8 +90,8 @@ afkRankCheck: "ambassador", motdEnabled: false, motdInterval: 5, - motd: "Temporary Message of the Day", - filterChat: true, + motd: "terrible music, terrible people", + filterChat: false, etaRestriction: false, welcome: true, opLink: null, @@ -99,7 +99,7 @@ themeLink: null, fbLink: null, youtubeLink: null, - website: cowcraft.net, + website: null, intervalMessages: [], messageInterval: 5, songstats: true, From 4a9a6deadd7641a417c9cad188e727c3d6b64ef9 Mon Sep 17 00:00:00 2001 From: Deniability Date: Sat, 9 Jul 2016 02:03:03 -0500 Subject: [PATCH 4/6] Update extension.js --- extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.js b/extension.js index 159605e38..e32f024fe 100644 --- a/extension.js +++ b/extension.js @@ -103,7 +103,7 @@ intervalMessages: [], messageInterval: 5, songstats: true, - commandLiteral: "!", + commandLiteral: "#", blacklists: { NSFW: "https://rawgit.com/basicBot/custom/master/blacklists/NSFWlist.json", OP: "https://rawgit.com/basicBot/custom/master/blacklists/OPlist.json", From b5f9313b5a01f7e8c5998a8f90d8c37f8a1c987b Mon Sep 17 00:00:00 2001 From: Deniability Date: Sat, 9 Jul 2016 02:07:35 -0500 Subject: [PATCH 5/6] Update extension.js --- extension.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension.js b/extension.js index e32f024fe..817fb9646 100644 --- a/extension.js +++ b/extension.js @@ -55,7 +55,7 @@ startupVolume: 0, // 0-100 startupEmoji: false, // true or false autowoot: true, - autoskip: false, + autoskip: true, smartSkip: true, cmdDeletion: true, maximumAfk: 120, @@ -103,7 +103,7 @@ intervalMessages: [], messageInterval: 5, songstats: true, - commandLiteral: "#", + commandLiteral: "!", blacklists: { NSFW: "https://rawgit.com/basicBot/custom/master/blacklists/NSFWlist.json", OP: "https://rawgit.com/basicBot/custom/master/blacklists/OPlist.json", From 0545f0b33987c483cdcf0d0e4d792b90135d922a Mon Sep 17 00:00:00 2001 From: Deniability Date: Sun, 10 Jul 2016 04:05:24 -0500 Subject: [PATCH 6/6] Update extension.js --- extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.js b/extension.js index 817fb9646..80da5a82d 100644 --- a/extension.js +++ b/extension.js @@ -74,7 +74,7 @@ timeGuard: true, maximumSongLength: 10, autodisable: true, - commandCooldown: 30, + commandCooldown: 15, usercommandsEnabled: true, skipPosition: 3, skipReasons: [