1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-11-28 04:04:58 +03:00

feat(package/checker): add expressions and answers

This commit is contained in:
Ifeoluwa Arowosegbe 2019-04-03 11:17:24 +01:00
parent 6db9eb1e70
commit 61c1b55af5
3 changed files with 34 additions and 1 deletions

View File

@ -23,5 +23,26 @@
"Please provide me at least one valid domain name.",
"You did not gave me a valid domain name."
]
},
"haveibeenpwned": {
"no-pwnage": [
"Great news, you haven't been pwned."
],
"pwned": {
"multiple": [
"More than one email has been compromised. They are; %email% "
],
"single": [
"Uh oh, it seems %email% has been compromised.",
"Unfortunately, it looks like %email% has been exposed in a data breach."
]
},
"checking": [
"I'm checking for a compromised email.",
"Trying to verify pwnage status"
],
"no-email": [
"Please provide one or more email addresses you need me to check."
]
}
}

View File

@ -12,5 +12,17 @@
"Check if nodejs.org is up",
"Check if nodejs.org is working",
"Check if amazon.com is up or down"
],
"haveibeenpwned": [
"Has iifeoluwa.ao@gmail.com been pwned?",
"Has iifeoluwa.ao@gmail.com been compromised?",
"Has iifeoluwa.ao@gmail.com been exposed in a breach?",
"Is iifeoluwa.ao@gmail.com still uncompromised?",
"Is iifeoluwa.ao@gmail.com compromised?",
"Check that iifeoluwa.ao@gmail.com and louis.grenard@gmail.com haven't been compromised.",
"Check that iifeoluwa.ao@gmail.com and louis.grenard@gmail.com haven't been pwned.",
"Check that iifeoluwa.ao@gmail.com and louis.grenard@gmail.com haven't been exposed in a breach.",
"Verify the pwnage status of iifeoluwa.ao@gmail.com",
"Verify the pwnage status of iifeoluwa.ao@gmail.com and louis.grenard@gmail.com"
]
}

View File

@ -1 +1 @@
1.0.0
1.1.0