@ -200,9 +200,7 @@ void rundoor(int socket, struct user_record *user, char *cmd, int stdio) {
disconnect(socket);
return;
}
if (c == '\r') {
c = '\n';
} else if (c == '\n' || c == '\0') {
if (c == '\n' || c == '\0') {
continue;
write(master, &c, 1);
The note is not visible to the blocked user.