forked from GitHub/dbot
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}"
|
||
|
}
|
||
|
}
|