From: plugd Date: Fri, 16 Aug 2024 08:33:44 +0000 (+0200) Subject: Fixed bug in nncp-file call. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=commitdiff_plain;h=5513a2d9dbfc5cdac0d8907e0bfa1b0fe0916065;p=qwikboard.git Fixed bug in nncp-file call. --- 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)