Add virtual as a ~team sysadmin and re-prettify members.json while I'm at it

This commit is contained in:
Robert Miles 2018-07-06 02:12:54 -04:00
parent b309b95751
commit bb3c5cf5a9
1 changed files with 48 additions and 44 deletions

View File

@ -1,45 +1,49 @@
{
"members": [
{
"private_channel": "#town",
"sysadmins": [
[
"vilmibm",
"https://tilde.town/~vilmibm"
]
],
"link": "https://tilde.town",
"name": "tilde.town"
},
{
"private_channel": "#team",
"sysadmins": [
[
"ben",
"https://ben.tilde.team/"
],
[
"khuxkm",
"https://khuxkm.tilde.team/"
],
[
"cmccabe",
"https://cmccabe.tilde.team/"
]
],
"link": "https://tilde.team",
"name": "tilde.team"
},
{
"private_channel": "#your",
"sysadmins": [
[
"deepend",
"https://yourtilde.com/~deepend/"
]
],
"link": "https://yourtilde.com",
"name": "yourtilde.com"
}
]
}
"members": [
{
"private_channel": "#town",
"name": "tilde.town",
"sysadmins": [
[
"vilmibm",
"https://tilde.town/~vilmibm"
]
],
"link": "https://tilde.town"
},
{
"private_channel": "#team",
"name": "tilde.team",
"sysadmins": [
[
"ben",
"https://ben.tilde.team/"
],
[
"khuxkm",
"https://khuxkm.tilde.team/"
],
[
"cmccabe",
"https://cmccabe.tilde.team/"
],
[
"virtual",
"https://virtual.tilde.team/"
]
],
"link": "https://tilde.team"
},
{
"private_channel": "#your",
"name": "yourtilde.com",
"sysadmins": [
[
"deepend",
"https://yourtilde.com/~deepend/"
]
],
"link": "https://yourtilde.com"
}
]
}