Skip to content
Snippets Groups Projects
Commit dba7360c authored by rswindell's avatar rswindell
Browse files

Use correct output method so NetMail prompt will have expanded @-codes, e.g. CHECKMARK

parent 3fb12731
No related branches found
No related tags found
No related merge requests found
......@@ -607,7 +607,7 @@ function mail_reply(msg)
addr = msg.from + '@' + msg.from_net_addr;
else
addr = msg.from_net_addr;
write(bbs.text(EnterNetMailAddress));
console.putmsg(bbs.text(EnterNetMailAddress));
addr = console.getstr(addr, 128, K_EDIT|K_AUTODEL|K_LINE);
if(!addr || console.aborted)
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment