The Lambda Lab
/
projects
/
qwikboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fee21f8
)
Fixed bug in nncp-file call.
author
plugd
<plugd@thelambdalab.xyz>
Fri, 16 Aug 2024 08:33:44 +0000
(10:33 +0200)
committer
plugd
<plugd@thelambdalab.xyz>
Fri, 16 Aug 2024 08:33:44 +0000
(10:33 +0200)
qwikboard
patch
|
blob
|
history
diff --git
a/qwikboard
b/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)