forked from Firepup650/FireBot
less global hosts
This commit is contained in:
parent
7ff4a6169b
commit
07116ab504
1 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ servers: dict[str, dict[str, Any]] = {
|
||||||
"pass": env["ircnow_pass"],
|
"pass": env["ircnow_pass"],
|
||||||
"channels": {"#random": 0, "#dice": 0, "#offtopic": 0},
|
"channels": {"#random": 0, "#dice": 0, "#offtopic": 0},
|
||||||
"admins": ["firepup", "h|thelounge", "firepup|lounge"],
|
"admins": ["firepup", "h|thelounge", "firepup|lounge"],
|
||||||
"hosts": [],
|
"hosts": ["firepup.firepi", "9pfs.repl.co"],
|
||||||
},
|
},
|
||||||
"efnet": {
|
"efnet": {
|
||||||
"address": "irc.mzima.net",
|
"address": "irc.mzima.net",
|
||||||
|
@ -30,7 +30,7 @@ servers: dict[str, dict[str, Any]] = {
|
||||||
"pass": env["replirc_pass"],
|
"pass": env["replirc_pass"],
|
||||||
"channels": {"#random": 0, "#dice": 0, "#main": 0, "#bots": 0, "#firebot": 0},
|
"channels": {"#random": 0, "#dice": 0, "#main": 0, "#bots": 0, "#firebot": 0},
|
||||||
"admins": ["firepup", "firepup|lounge", "h|tl"],
|
"admins": ["firepup", "firepup|lounge", "h|tl"],
|
||||||
"hosts": [],
|
"hosts": ["owner.firepi"],
|
||||||
},
|
},
|
||||||
"backupbox": {
|
"backupbox": {
|
||||||
"address": "172.23.11.5",
|
"address": "172.23.11.5",
|
||||||
|
@ -39,7 +39,7 @@ servers: dict[str, dict[str, Any]] = {
|
||||||
"hosts": ["172.20.171.225", "169.254.253.107"],
|
"hosts": ["172.20.171.225", "169.254.253.107"],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
admin_hosts: list[str] = ["firepup.firepi", "owner.firepi", "47.221.227.180"]
|
admin_hosts: list[str] = ["47.221.227.180"]
|
||||||
ESCAPE_SEQUENCE_RE = re.compile(
|
ESCAPE_SEQUENCE_RE = re.compile(
|
||||||
r"""
|
r"""
|
||||||
( \\U........ # 8-digit hex escapes
|
( \\U........ # 8-digit hex escapes
|
||||||
|
|
Loading…
Reference in a new issue