Skip to content

Commit

Permalink
Config: Move Bot rank below Driver (#7617)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnikaCodes committed Nov 1, 2020
1 parent 26dc4dc commit 38feadb
Showing 1 changed file with 23 additions and 17 deletions.
40 changes: 23 additions & 17 deletions config/config-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 38feadb

Please sign in to comment.