Add more channels
This imports the existing ACLs for these channels except for Libera Chat staff and wmopbot access. Change-Id: I4f2b878d43c26d9e435f823d1889b4f0b5244de3
This commit is contained in:
parent
1aa0e117fc
commit
2c8628ac07
6 changed files with 94 additions and 1 deletions
18
channels/pywikibot.toml
Normal file
18
channels/pywikibot.toml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
founders = [
|
||||||
|
"Az1568",
|
||||||
|
"legoktm",
|
||||||
|
]
|
||||||
|
crats = [
|
||||||
|
"JJMC89",
|
||||||
|
"valhallasw",
|
||||||
|
"andre",
|
||||||
|
"Amir1"
|
||||||
|
]
|
||||||
|
ops = [
|
||||||
|
"c",
|
||||||
|
]
|
||||||
|
plus_o = [
|
||||||
|
"*!*@libera/staff/*",
|
||||||
|
"wmopbot",
|
||||||
|
]
|
||||||
|
global_bans = true
|
13
channels/wikimedia-dev.toml
Normal file
13
channels/wikimedia-dev.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
founders = [
|
||||||
|
"Az1568",
|
||||||
|
"legoktm",
|
||||||
|
]
|
||||||
|
crats = [
|
||||||
|
]
|
||||||
|
ops = [
|
||||||
|
]
|
||||||
|
plus_o = [
|
||||||
|
"*!*@libera/staff/*",
|
||||||
|
"wmopbot",
|
||||||
|
]
|
||||||
|
global_bans = true
|
18
channels/wikimedia-hackathon.toml
Normal file
18
channels/wikimedia-hackathon.toml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
founders = [
|
||||||
|
"Az1568",
|
||||||
|
"legoktm",
|
||||||
|
]
|
||||||
|
crats = [
|
||||||
|
]
|
||||||
|
ops = [
|
||||||
|
"Amir1",
|
||||||
|
"Isarra",
|
||||||
|
"Lucas_WMDE",
|
||||||
|
"quiddity",
|
||||||
|
"Reedy",
|
||||||
|
]
|
||||||
|
plus_o = [
|
||||||
|
"*!*@libera/staff/*",
|
||||||
|
"wmopbot",
|
||||||
|
]
|
||||||
|
global_bans = true
|
19
channels/wikimedia-serviceops.toml
Normal file
19
channels/wikimedia-serviceops.toml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
founders = [
|
||||||
|
"Az1568",
|
||||||
|
"joe_oblivian",
|
||||||
|
"legoktm",
|
||||||
|
]
|
||||||
|
crats = [
|
||||||
|
"akosiaris",
|
||||||
|
"effie",
|
||||||
|
"jayme",
|
||||||
|
"mutante",
|
||||||
|
"rzl",
|
||||||
|
]
|
||||||
|
ops = [
|
||||||
|
]
|
||||||
|
plus_o = [
|
||||||
|
"*!*@libera/staff/*",
|
||||||
|
"wmopbot",
|
||||||
|
]
|
||||||
|
global_bans = true
|
15
channels/wikimedia-sre.toml
Normal file
15
channels/wikimedia-sre.toml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
founders = [
|
||||||
|
"Az1568",
|
||||||
|
"legoktm",
|
||||||
|
"joe_oblivian",
|
||||||
|
"paravoid",
|
||||||
|
]
|
||||||
|
crats = [
|
||||||
|
]
|
||||||
|
ops = [
|
||||||
|
]
|
||||||
|
plus_o = [
|
||||||
|
"*!*@libera/staff/*",
|
||||||
|
"wmopbot",
|
||||||
|
]
|
||||||
|
global_bans = true
|
12
config.toml
12
config.toml
|
@ -7,7 +7,17 @@ server = "irc.libera.chat"
|
||||||
port = 6697
|
port = 6697
|
||||||
use_tls = true
|
use_tls = true
|
||||||
encoding = "UTF-8"
|
encoding = "UTF-8"
|
||||||
channels = ["#wikimedia-ops", "#mediawiki", "#wikimedia-kawaii"]
|
channels = [
|
||||||
|
"#wikimedia-ops",
|
||||||
|
"#mediawiki",
|
||||||
|
"#pywikibot",
|
||||||
|
"#wikimedia-dev",
|
||||||
|
"#wikimedia-hackathon",
|
||||||
|
"#wikimedia-kawaii",
|
||||||
|
"#wikimedia-operations",
|
||||||
|
"#wikimedia-serviceops",
|
||||||
|
"#wikimedia-sre",
|
||||||
|
]
|
||||||
user_info = "Bots go beep beep."
|
user_info = "Bots go beep beep."
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue