@ -645,6 +645,11 @@ void aclCommand(client *c) {
}
} else if (!strcasecmp(sub,"getuser") && c->argc == 3) {
user *u = ACLGetUserByName(c->argv[2]->ptr,sdslen(c->argv[2]->ptr));
if (u == NULL) {
addReplyNull(c);
return;
addReplyMapLen(c,2);
/* Flags */
The note is not visible to the blocked user.