From 67badb01128ec4ff1cb71ed6e7e5f4fa5fb24c76 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Fri, 15 Nov 2024 18:53:35 +0900 Subject: [PATCH] channels: add #wikipedia-ko kowiki channel, largely dormant but still. Signed-off-by: Yongmin Hong --- channels/wikipedia-ko.toml | 21 +++++++++++++++++++++ config.toml | 1 + 2 files changed, 22 insertions(+) create mode 100644 channels/wikipedia-ko.toml diff --git a/channels/wikipedia-ko.toml b/channels/wikipedia-ko.toml new file mode 100644 index 0000000..8de4e03 --- /dev/null +++ b/channels/wikipedia-ko.toml @@ -0,0 +1,21 @@ +# Full control over channel +founders = [ + "ircservserv-wm", + "revi" # [[ko:User:Revi C.]] +] +# Full operators (kick, ban, and manually change permissions without this file) +crats = [] +# Main operators (edit channel topic, invite, etc.) +ops = [ + "I110_Gyeyang" # [[ko:User:IRTC1015]] +] +# Basic operator (+o) +plus_o = [ + "wmopbot", +] +# Automatically marked with voice (+V) +autovoice = [ +] +# Enable Wikimedia-wide settings +global_bans = true +libera_staff = true \ No newline at end of file diff --git a/config.toml b/config.toml index 41d1ba9..1547124 100644 --- a/config.toml +++ b/config.toml @@ -44,6 +44,7 @@ channels = [ "#wikimedia-sre", "#wikimedia-techdocs", "#wikipedia-abstract-tech", + "#wikipedia-ko" ] # IRC bot settings owners = []