From 4b438bc70de61a5a638657e1dceffd0de5ddf757 Mon Sep 17 00:00:00 2001 From: w6vvn Date: Tue, 9 Sep 2025 13:35:51 -0700 Subject: [PATCH] aid people that might inevitably get confused if they poke around my node --- palps.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/palps.rkt b/palps.rkt index 2f5de3b..811e862 100755 --- a/palps.rkt +++ b/palps.rkt @@ -14,6 +14,7 @@ ;; they are an authorized user. (when (not (directory-exists? call)) (displayln "sorry, but you are not an authorized user of the PALPS system") + (displayln "visit https://gitea.farpn.net/w6vvn/palps for an explanation") (flush-output) (exit))