@ -561,10 +561,10 @@ attachbottom(Client* c)
c->next = NULL;
Client* below = c->mon->clients;
if (below) {
for(; below->next; below = below->next);
for (; below->next; below = below->next)
;
below->next = c;
}
else
} else
c->mon->clients = c;
The note is not visible to the blocked user.