3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00

Fixed JSON syntax threat.

This commit is contained in:
Niels Simenon 2013-04-20 00:13:42 +02:00
parent ff52d7e6f1
commit b857eaf426

View File

@ -8,7 +8,7 @@
"nl": "{domain} is \u000305BEZET! \u000314({address})" "nl": "{domain} is \u000305BEZET! \u000314({address})"
}, },
"rdns": { "rdns": {
"en": "{ip} \u2192 {domain}", "en": "{ip} \u2192 {domain}"
}, },
"rdns-error": { "rdns-error": {
"en": "Unable to lookup {ip}. \u000314({error})", "en": "Unable to lookup {ip}. \u000314({error})",