diff --git a/modules/nickserv/strings.json b/modules/nickserv/strings.json new file mode 100644 index 0000000..90e72c4 --- /dev/null +++ b/modules/nickserv/strings.json @@ -0,0 +1,14 @@ +{ + "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}" + } +}