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

Added @AGE@ message variable.

parent 6eb879c3
No related branches found
No related tags found
No related merge requests found
......@@ -221,6 +221,9 @@ int sbbs_t::atcodes(char *instr)
else if(!strcmp(sp,"BDATE"))
bputs(useron.birth);
else if(!strcmp(sp,"AGE"))
bprintf("%u",getage(&cfg,useron.birth));
else if(!strcmp(sp,"CALLS") || !strcmp(sp,"NUMTIMESON"))
bprintf("%u",useron.logons);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment