dofile(qb.path .. "/conferences/" .. cname .. ".msgs")
for i,msg in ipairs(msgs) do
pkt_msg_num = pkt_msg_num + 1
- qwk.write_message_header_block(mf, qb, cnum, pkt_msg_num, msg)
- qwk.write_message_text(mf, qb, msg)
+ qwk.write_message_header_block(mf, cnum, pkt_msg_num, msg)
+ qwk.write_message_text(mf, msg)
end
end
end
while mf:read(0) do
- qwk.process_reply(mf, qb, user_name)
+ qwk.process_reply(mf, user_name)
end
fs.rmdir(archive_dir, true)