3
0
mirror of https://github.com/reality/dbot.git synced 2025-01-26 20:14:32 +01:00

change notify output format [#560]

This commit is contained in:
reality 2013-08-19 18:21:10 +00:00
parent e1c8966d9f
commit d71906838d

View File

@ -45,9 +45,9 @@
"it": "Non sono presente in {channel}." "it": "Non sono presente in {channel}."
}, },
"notify": { "notify": {
"en": "Attention {channel}: {notifier}: {message}", "en": "[notify][{channel}][{notifier}] {message}",
"fr": "Attention {channel}: {notifier}: {message}", "fr": "[notify][{channel}][{notifier}] {message}",
"it": "Attenzione {channel}: {notifier}: {message}" "it": "[notify][{channel}][{notifier}] {message}"
}, },
"notified": { "notified": {
"en": "{user}: {channel} staff notified.", "en": "{user}: {channel} staff notified.",