21 lines
469 B
TOML
21 lines
469 B
TOML
|
# 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
|