Initial commit
README and docs to follow Change-Id: Ie395425307b9e2ec37927410653e56572a2f7690
This commit is contained in:
parent
b437d6b403
commit
884c948654
3 changed files with 58 additions and 0 deletions
26
channels/mediawiki.toml
Normal file
26
channels/mediawiki.toml
Normal file
|
@ -0,0 +1,26 @@
|
|||
founders = [
|
||||
"Az1568",
|
||||
"TimStarling",
|
||||
"legoktm",
|
||||
]
|
||||
crats = []
|
||||
ops = [
|
||||
"Ciencia-Al-Poder",
|
||||
"Isarra",
|
||||
"Nikerabbit",
|
||||
"Platonides",
|
||||
"Reedy",
|
||||
"Waggie",
|
||||
"hashar",
|
||||
"moonmoon",
|
||||
"p858snake",
|
||||
"snowolf",
|
||||
"stwalkerster",
|
||||
"Urbanecm",
|
||||
"ashley",
|
||||
]
|
||||
plus_o = [
|
||||
"*!*@libera/staff/*",
|
||||
"wmopbot",
|
||||
]
|
||||
global_bans = true
|
16
channels/wikimedia-kawaii.toml
Normal file
16
channels/wikimedia-kawaii.toml
Normal file
|
@ -0,0 +1,16 @@
|
|||
founders = [
|
||||
"Az1568",
|
||||
"legoktm",
|
||||
"quiddity",
|
||||
]
|
||||
crats = [
|
||||
"p858snake"
|
||||
]
|
||||
ops = [
|
||||
"ashley"
|
||||
]
|
||||
plus_o = [
|
||||
"*!*@libera/staff/*",
|
||||
"wmopbot",
|
||||
]
|
||||
global_bans = true
|
16
config.toml
Normal file
16
config.toml
Normal file
|
@ -0,0 +1,16 @@
|
|||
owners = []
|
||||
nickname = "wm-ircservserv"
|
||||
alt_nicks = ["wm-ircservserv_", "wm-ircservserv__"]
|
||||
username = "wm-ircservserv"
|
||||
realname = "Hmmmmm"
|
||||
server = "irc.libera.chat"
|
||||
port = 6697
|
||||
use_tls = true
|
||||
encoding = "UTF-8"
|
||||
channels = ["#wikimedia-ops"]
|
||||
user_info = "Bots go beep beep."
|
||||
version = "0.0.0"
|
||||
|
||||
[options]
|
||||
password_file = "/data/project/ircservserv/password"
|
||||
channel_config = "/data/project/ircservserv/ircservserv-config"
|
Loading…
Reference in a new issue