Bring Git repository up to 1.0.7.2 level.

This commit is contained in:
Andrew Leary
2017-06-18 19:45:33 -04:00
parent a16d8a9011
commit 9393095d0a
5 changed files with 26 additions and 2 deletions

View File

@@ -152,6 +152,11 @@ void ExtDoor(char *Program, int NoDoorsys, int Y2Kdoorsys, int Comport, int NoSu
strreplace(Program, (char *)"/N", temp1);
}
if ((strstr(Program, "/U")) != NULL) {
snprintf(temp1, PATH_MAX, "%s/%s", CFG.bbs_usersdir, exitinfo.Name);
strreplace(Program, (char *)"/U", temp1);
}
if ((strstr(Program, "/A")) != NULL) {
Enter(1);
colour(CYAN, BLACK);