mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-07 19:24:01 +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":{
|
||||
"phone":"+420608801582",
|
||||
"twitter":"\@brmlab",
|
||||
"ml":"brmlab\@brmlab.cz"
|
||||
"ml":"brmlab\@brmlab.cz",
|
||||
"irc":"irc://freenode/#brmlab"
|
||||
},
|
||||
"irc":"irc://freenode/#brmlab",
|
||||
"logo":"https://brmlab.cz/favicon.ico",
|
||||
"open":${\($status ? 'true' : 'false')},
|
||||
"lastchange":$laststchange,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue