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

@HOST@ now uses sbbs_t::client_name which holds more chars than user.comp.

parent e612932d
No related branches found
No related tags found
No related merge requests found
......@@ -212,8 +212,11 @@ int sbbs_t::atcodes(char *instr)
p++;
bputs(p); } }
else if(!strcmp(sp,"CPU") || !strcmp(sp,"HOST"))
else if(!strcmp(sp,"CPU"))
bputs(useron.comp);
else if(!strcmp(sp,"HOST"))
bputs(client_name);
else if(!strcmp(sp,"BDATE"))
bputs(useron.birth);
......
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