summaryrefslogtreecommitdiffhomepage
path: root/scripts/getcls.awk
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-07-11 19:51:53 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-07-11 19:51:53 +0200
commit63c08b64e2de78fa706e8340c0a37409d6941ced (patch)
tree932027813cfedf9cc21c783062341d173183cf8a /scripts/getcls.awk
parent382291fb3ab655206a9c1a4a8c175d0492b66750 (diff)
+ Today’s finds
Diffstat (limited to 'scripts/getcls.awk')
-rw-r--r--scripts/getcls.awk8
1 files changed, 7 insertions, 1 deletions
diff --git a/scripts/getcls.awk b/scripts/getcls.awk
index f53dc14..90288f8 100644
--- a/scripts/getcls.awk
+++ b/scripts/getcls.awk
@@ -11,6 +11,12 @@ function getcls(c)
return "have-nifc"
case "@":
return "have-proof"
+ case "g":
+ return "getting"
+ case "G":
+ return "getting-nifc"
+ case "+":
+ return "getting-proof"
case "?":
return "unknown"
case "/":
@@ -18,4 +24,4 @@ function getcls(c)
default:
return "error"
}
-}
+} \ No newline at end of file