Log close message sent to the user

This commit is contained in:
Michiel Broek 2005-10-17 11:30:18 +00:00
parent ec57012585
commit 09574dcaca
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ v0.81.2 14-Oct-2005.
mbsebbs:
Accepts connections via ssh.
Log close message sent to the user.
mbnewusr:
Accepts connections via ssh.

View File

@ -70,6 +70,7 @@ int CheckStatus()
PUTCHAR('\007');
snprintf(msg, 81, "*** %s ***", buf+8);
PUTSTR(msg);
Syslog('+', "Send user message \"%s\"", buf+8);
Enter(3);
}
return FALSE;