diff --git a/basicBot.js b/basicBot.js index ab795de3..37f9e1d0 100644 --- a/basicBot.js +++ b/basicBot.js @@ -196,7 +196,7 @@ maximumAfk: 120, afkRemoval: true, maximumDc: 60, - bouncerPlus: true, + bouncerPlus: false, lockdownEnabled: false, lockGuard: false, maximumLocktime: 10, @@ -394,7 +394,7 @@ if (typeof obj === "object") u = obj; else u = API.getUser(obj); if (botCreatorIDs.indexOf(u.id) > -1) return 10; - if (u.gRole < 2) return u.role; + if (u.gRole < 0) return u.role; else { switch (u.gRole) { case 2: @@ -1135,8 +1135,8 @@ return 'Function.' }; var u = API.getUser(); - if (basicBot.userUtilities.getPermission(u) < 2) return API.chatLog(basicBot.chat.greyuser); - if (basicBot.userUtilities.getPermission(u) === 2) API.chatLog(basicBot.chat.bouncer); + if (basicBot.userUtilities.getPermission(u) < 0) return API.chatLog(basicBot.chat.greyuser); + if (basicBot.userUtilities.getPermission(u) === 0) API.chatLog(basicBot.chat.greyuser); basicBot.connectAPI(); API.moderateDeleteChat = function (cid) { $.ajax({