Skip to content
Snippets Groups Projects
Commit 06da1523 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Remove forced upper/lower input of node-message target

At the request of WitNik (BGGRSCYN)
parent b68df653
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1125 passed
......@@ -1276,7 +1276,7 @@ int sbbs_t::getnodetopage(int all, int telegram)
mnemonics(str);
SAFECOPY(str,lastnodemsguser);
getstr(str,LEN_ALIAS,K_UPRLWR|K_LINE|K_EDIT|K_AUTODEL);
getstr(str,LEN_ALIAS,K_LINE|K_EDIT|K_AUTODEL);
if(sys_status&SS_ABORT) {
sys_status&= ~SS_ABORT;
return(0);
......
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