fix irc position in spaceapi json

This commit is contained in:
Pavol Rusnak 2013-01-12 14:18:13 +01:00
parent 35e23d428c
commit ae696b4377

View file

@ -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,