3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 12:59:34 +01:00
dbot/modules/users/strings.json

12 lines
290 B
JSON
Raw Normal View History

2012-12-29 21:07:14 +01:00
{
"alias": {
"english": "{alias} is an alias of {user}"
},
"unknown_alias": {
"english": "{alias} does not currently exist as an alias."
},
"aliasparentset": {
"english": "{newParent} is now the parent user, and {newAlias} is an alias"
}
}