Merge "Fix capitalization of trusted users"
This commit is contained in:
commit
a387553cfe
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ owners = [
|
||||||
# List of users who can merge changes to config
|
# List of users who can merge changes to config
|
||||||
# Updates to this list require a full restart
|
# Updates to this list require a full restart
|
||||||
trusted = [
|
trusted = [
|
||||||
"Legoktm",
|
"legoktm",
|
||||||
"majavah",
|
"Majavah",
|
||||||
]
|
]
|
||||||
|
|
||||||
password_file = "/data/project/ircservserv/password"
|
password_file = "/data/project/ircservserv/password"
|
||||||
|
|
Loading…
Reference in a new issue