mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-08 03:34:02 +02:00
fix irc position in spaceapi json
This commit is contained in:
parent
35e23d428c
commit
ae696b4377
1 changed files with 2 additions and 2 deletions
|
@ -438,9 +438,9 @@ sub web_brmstatus_json {
|
||||||
"contact":{
|
"contact":{
|
||||||
"phone":"+420608801582",
|
"phone":"+420608801582",
|
||||||
"twitter":"\@brmlab",
|
"twitter":"\@brmlab",
|
||||||
"ml":"brmlab\@brmlab.cz"
|
"ml":"brmlab\@brmlab.cz",
|
||||||
|
"irc":"irc://freenode/#brmlab"
|
||||||
},
|
},
|
||||||
"irc":"irc://freenode/#brmlab",
|
|
||||||
"logo":"https://brmlab.cz/favicon.ico",
|
"logo":"https://brmlab.cz/favicon.ico",
|
||||||
"open":${\($status ? 'true' : 'false')},
|
"open":${\($status ? 'true' : 'false')},
|
||||||
"lastchange":$laststchange,
|
"lastchange":$laststchange,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue