Bugfix for areamgr, changed No Touch flag, doc updates

This commit is contained in:
Michiel Broek
2002-05-29 19:53:42 +00:00
parent 91f59e902c
commit 74e18ac52a
13 changed files with 33 additions and 21 deletions

View File

@@ -259,7 +259,7 @@ int Wait(void)
if (file_exist(buf, R_OK) == 0)
Waiting = 30;
Syslog('+', "Waiting for the BBS to become free, timout %d seconds", Waiting);
Syslog('+', "Waiting for the BBS to become free, timeout %d seconds", Waiting);
while (Waiting) {
strcpy(buf, SockR("SFRE:0;"));
if (strncmp(buf, "100:0;", 6) == 0) {