@ -421,11 +421,10 @@ static void run()
maxfd = irc;
FD_SET(irc, &rd);
for(c = channels; c; c = c->next) {
if(maxfd < c->fd) {
if(maxfd < c->fd)
maxfd = c->fd;
FD_SET(c->fd, &rd);
}
r = select(maxfd + 1, &rd, 0, 0, 0);
if(r == -1 && errno == EINTR)
The note is not visible to the blocked user.