Log close message sent to the user
This commit is contained in:
parent
ec57012585
commit
09574dcaca
@ -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.
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user