Prechádzať zdrojové kódy

* Add note that a user not found may just be a permissions issue

Bryan Drewery 16 rokov pred
rodič
commit
bfa6a60b6b
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/users.c

+ 1 - 1
src/users.c

@@ -446,7 +446,7 @@ void tell_user_ident(int idx, char *id)
     u = get_user_by_host(id);
 
   if (u == NULL || (u && !whois_access(dcc[idx].user, u))) {
-    dprintf(idx, "Can't find anyone matching that.\n");
+    dprintf(idx, "Can't find anyone matching that, or you have no access to view them.\n");
     return;
   }