Update documents etc

This commit is contained in:
Andrew Pamment
2018-06-19 09:11:52 +10:00
parent 1684f8ab39
commit 5853f46f5b
3 changed files with 11 additions and 4 deletions

View File

@@ -948,7 +948,7 @@ void runbbs_real(int socket, char *ip, int ssh) {
} else {
sshBBS = 1;
}
broadcast("USER: unknown; NODE:%d; STATUS: Logging in.", mynode);
s_printf("Magicka BBS v%d.%d (%s), Loading...\r\n", VERSION_MAJOR, VERSION_MINOR, VERSION_STR);
// find out which node we are
@@ -977,6 +977,8 @@ void runbbs_real(int socket, char *ip, int ssh) {
}
exit(1);
}
broadcast("USER: unknown; NODE:%d; STATUS: Logging in.", mynode);
dolog("Incoming %s connection on node %d", (ssh ? "SSH" : "Telnet"), mynode);