From 5513a2d9dbfc5cdac0d8907e0bfa1b0fe0916065 Mon Sep 17 00:00:00 2001 From: plugd Date: Fri, 16 Aug 2024 10:33:44 +0200 Subject: [PATCH] Fixed bug in nncp-file call. --- qwikboard | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qwikboard b/qwikboard index f309337..7008994 100755 --- a/qwikboard +++ b/qwikboard @@ -492,10 +492,8 @@ exec: { qwk.build_qwk(user_name, out_file_name) - print(qb.nncp_file .. " " .. out_file_name .. " " .. - node_id .. ":" .. qb.bbsid .. ".QWK") os.execute(qb.nncp_file .. " " .. out_file_name .. " " .. - user_name .. ":" .. qb.bbsid .. ".QWK") + node_id .. ":" .. qb.bbsid .. ".QWK") fs.rmfile(out_file_name) -- 2.20.1