From 3bd258c6a49d4233b7b3e9f95e626cf598f3cf05 Mon Sep 17 00:00:00 2001 From: plugd Date: Thu, 15 Aug 2024 17:11:10 +0200 Subject: [PATCH] Improved comments in config file. --- qwikboard | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qwikboard b/qwikboard index 2a9de2b..cfd26c9 100755 --- a/qwikboard +++ b/qwikboard @@ -365,6 +365,11 @@ qb.conferences = { -- Ensure these point to zip and unzip on your system qb.zip = "/usr/bin/zip" qb.unzip = "/usr/bin/unzip" + +-- If you're going to be using the NNCP handler, ensure +-- this points to the nncp-file binary on your system +-- and that the handler can execute it and read your +-- system's nncp.hjson file. qb.nncp_file = "/usr/bin/nncp-file" ]]) cf:close() -- 2.20.1