Show if there was an parse error. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 73081e14ab59fa19168f71e10adcc86d57ff1915 | |
parent bc3ade85dfaf784ef98e2cfedd88261026221c9c | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Thu, 12 Apr 2018 19:56:01 +0200 | |
Show if there was an parse error. | |
Thanks Evil_Bob for finding this! | |
Diffstat: | |
M annna-start-services | 3 +++ | |
1 file changed, 3 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/annna-start-services b/annna-start-services | |
@@ -121,6 +121,9 @@ then | |
20) | |
purl="No matches found. Try again, if you thin… | |
;; | |
+ 1) | |
+ purl="Parse error." | |
+ ;; | |
*) | |
purl="Parazyd destroyed the server. Nothing to… | |
;; |