Daniel Gibbs
4 years ago
No known key found for this signature in database
GPG Key ID: 2EBB36015C6D78E2
1 changed files with
3 additions and
8 deletions
-
lgsm/functions/alert_rocketchat.sh
|
|
@ -22,12 +22,7 @@ json=$(cat <<EOF |
|
|
|
{ |
|
|
|
"short": true, |
|
|
|
"title": "${alertplayerstitle}", |
|
|
|
"value": "${alertmap}" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"short": true, |
|
|
|
"title": "Server Time", |
|
|
|
"value": "${alertdate}" |
|
|
|
"value": "${alertplayers}" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"short": true, |
|
|
@ -46,8 +41,8 @@ json=$(cat <<EOF |
|
|
|
} |
|
|
|
{ |
|
|
|
"short": true, |
|
|
|
"title": "Version", |
|
|
|
"value": "${alertversion}" |
|
|
|
"title": "Country", |
|
|
|
"value": "${country}" |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|