From 2c8628ac07175aa16d421078a53f5440dad74d97 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Mon, 24 May 2021 02:34:15 -0700 Subject: [PATCH] Add more channels This imports the existing ACLs for these channels except for Libera Chat staff and wmopbot access. Change-Id: I4f2b878d43c26d9e435f823d1889b4f0b5244de3 --- channels/pywikibot.toml | 18 ++++++++++++++++++ channels/wikimedia-dev.toml | 13 +++++++++++++ channels/wikimedia-hackathon.toml | 18 ++++++++++++++++++ channels/wikimedia-serviceops.toml | 19 +++++++++++++++++++ channels/wikimedia-sre.toml | 15 +++++++++++++++ config.toml | 12 +++++++++++- 6 files changed, 94 insertions(+), 1 deletion(-) create mode 100644 channels/pywikibot.toml create mode 100644 channels/wikimedia-dev.toml create mode 100644 channels/wikimedia-hackathon.toml create mode 100644 channels/wikimedia-serviceops.toml create mode 100644 channels/wikimedia-sre.toml diff --git a/channels/pywikibot.toml b/channels/pywikibot.toml new file mode 100644 index 0000000..005a1d1 --- /dev/null +++ b/channels/pywikibot.toml @@ -0,0 +1,18 @@ +founders = [ + "Az1568", + "legoktm", +] +crats = [ + "JJMC89", + "valhallasw", + "andre", + "Amir1" +] +ops = [ + "c", +] +plus_o = [ + "*!*@libera/staff/*", + "wmopbot", +] +global_bans = true diff --git a/channels/wikimedia-dev.toml b/channels/wikimedia-dev.toml new file mode 100644 index 0000000..890c6c1 --- /dev/null +++ b/channels/wikimedia-dev.toml @@ -0,0 +1,13 @@ +founders = [ + "Az1568", + "legoktm", +] +crats = [ +] +ops = [ +] +plus_o = [ + "*!*@libera/staff/*", + "wmopbot", +] +global_bans = true diff --git a/channels/wikimedia-hackathon.toml b/channels/wikimedia-hackathon.toml new file mode 100644 index 0000000..3157aea --- /dev/null +++ b/channels/wikimedia-hackathon.toml @@ -0,0 +1,18 @@ +founders = [ + "Az1568", + "legoktm", +] +crats = [ +] +ops = [ + "Amir1", + "Isarra", + "Lucas_WMDE", + "quiddity", + "Reedy", +] +plus_o = [ + "*!*@libera/staff/*", + "wmopbot", +] +global_bans = true diff --git a/channels/wikimedia-serviceops.toml b/channels/wikimedia-serviceops.toml new file mode 100644 index 0000000..eb8b207 --- /dev/null +++ b/channels/wikimedia-serviceops.toml @@ -0,0 +1,19 @@ +founders = [ + "Az1568", + "joe_oblivian", + "legoktm", +] +crats = [ + "akosiaris", + "effie", + "jayme", + "mutante", + "rzl", +] +ops = [ +] +plus_o = [ + "*!*@libera/staff/*", + "wmopbot", +] +global_bans = true diff --git a/channels/wikimedia-sre.toml b/channels/wikimedia-sre.toml new file mode 100644 index 0000000..9e11b25 --- /dev/null +++ b/channels/wikimedia-sre.toml @@ -0,0 +1,15 @@ +founders = [ + "Az1568", + "legoktm", + "joe_oblivian", + "paravoid", +] +crats = [ +] +ops = [ +] +plus_o = [ + "*!*@libera/staff/*", + "wmopbot", +] +global_bans = true diff --git a/config.toml b/config.toml index 894a67b..7a97fed 100644 --- a/config.toml +++ b/config.toml @@ -7,7 +7,17 @@ server = "irc.libera.chat" port = 6697 use_tls = true 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." version = "0.0.0"