3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00
dbot/modules/log/strings.json
2013-09-08 10:54:30 +00:00

11 lines
254 B
JSON

{
"log_message": {
"en": "[{time}] {user} ({channel}): {command}",
"fr": "[{time}] {user} ({channel}): {command}",
"it": "[{time}] {user} ({channel}): {command}"
},
"error_message": {
"en": "[{time}] Error: {error}"
}
}