From b73f911fc730e0e3bc8ecec7f1233576b6a691b1 Mon Sep 17 00:00:00 2001 From: Annika Date: Sun, 1 Nov 2020 12:38:32 -0800 Subject: [PATCH] Config: Move Bot rank below Driver (#7617) --- config/config-example.js | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/config/config-example.js b/config/config-example.js index 3f9b5ceec1990..55dc13df2a37a 100644 --- a/config/config-example.js +++ b/config/config-example.js @@ -585,23 +585,6 @@ exports.grouplist = [ tournaments: true, joinbattle: true, }, - { - symbol: '*', - id: "bot", - name: "Bot", - inherit: '%', - jurisdiction: 'u', - - addhtml: true, - tournaments: true, - declare: true, - bypassafktimer: true, - - ip: false, - globalban: false, - lock: false, - alts: false, - }, { symbol: '@', id: "mod", @@ -645,6 +628,29 @@ exports.grouplist = [ modchat: true, hiderank: true, }, + { + // Bots are ranked below Driver/Mod so that Global Bots can be kept out + // of modjoin % rooms (namely, Staff). + // (They were previously above Driver/Mod so they can have game management + // permissions drivers don't, but these permissions can be manually given.) + symbol: '*', + id: "bot", + name: "Bot", + inherit: '%', + jurisdiction: 'u', + + addhtml: true, + tournaments: true, + declare: true, + bypassafktimer: true, + gamemanagement: true, + + ip: false, + globalban: false, + lock: false, + forcerename: false, + alts: false, + }, { symbol: '\u2606', id: "player",