From 16e4d278ba966747db501b473811921084875745 Mon Sep 17 00:00:00 2001 From: plugd Date: Sun, 11 Aug 2024 16:29:06 +0200 Subject: [PATCH] Fixed nncp.hjson syntax. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 3d3d083..3509be3 100644 --- a/README +++ b/README @@ -87,7 +87,7 @@ access to the board. For instance, for our board in /var/mybbs we could use: exec: { - qwikboard: ["/usr/local/bin/qwikboard /var/mybbs nncp_handler"] + qwikboard: ["/usr/local/bin/qwikboard", "/var/mybbs", "nncp_handler"] } Any of these neighbours can then retrieve QWK files using: -- 2.20.1