Add some abbreviations

This commit is contained in:
Markus Fleschutz
2021-12-06 13:27:12 +01:00
parent 5e81da2267
commit 2d2803ce4e
2 changed files with 21 additions and 1 deletions

View File

@ -37,7 +37,7 @@ try {
}
}
if ($FoundOne -eq $false) { Reply "Sorry, no entry found" }
if ($FoundOne -eq $false) { Reply "Sorry, no database entry found." }
exit 0 # success
} catch {
"⚠️ Error: $($Error[0]) ($($MyInvocation.MyCommand.Name):$($_.InvocationInfo.ScriptLineNumber))"