Fixed bug in nncp-file call.
authorplugd <plugd@thelambdalab.xyz>
Fri, 16 Aug 2024 08:33:44 +0000 (10:33 +0200)
committerplugd <plugd@thelambdalab.xyz>
Fri, 16 Aug 2024 08:33:44 +0000 (10:33 +0200)
qwikboard

index f309337..7008994 100755 (executable)
--- 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)