dbot/modules/nickserv/strings.json

15 lines
307 B
JSON
Raw Normal View History

{
"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}"
}
}