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

Added SERVED @-code to report number of Telnet/RLogin clients served.

parent 4dc779ba
No related branches found
No related tags found
No related merge requests found
......@@ -152,6 +152,12 @@ char* sbbs_t::atcode(char* sp, char* str)
return(str);
}
if(!strcmp(sp,"SERVED")) {
extern DWORD served;
sprintf(str,"%lu",served);
return(str);
}
if(!strcmp(sp,"SOCKET_LIB"))
return(socklib_version(str));
......
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