mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 04:49:25 +01:00
15 lines
307 B
JSON
15 lines
307 B
JSON
|
{
|
||
|
"authed": {
|
||
|
"en": "{nick} is authed with nickserv."
|
||
|
},
|
||
|
"not_authed": {
|
||
|
"en": "{nick} is not authed with nickserv."
|
||
|
},
|
||
|
"hostmask": {
|
||
|
"en": "Hostmask for {nick}: {host}"
|
||
|
},
|
||
|
"no_hostmask": {
|
||
|
"en": "No hostmask could be found for {nick}"
|
||
|
}
|
||
|
}
|