/* Only show hidden fields to owner and sadmins and only when the ALL
* parameter is used. -TheShadow */
if (param && stricmp(param, "ALL") == 0 && u->na
&& ((nick_identified(u) && (na->nc == u->na->nc))
|| is_servadmin))
show_hidden = 1;
satırını
Alıntı:
/* Only show hidden fields to owner and sadmins and only when the ALL
* parameter is used. -TheShadow */
if (param && stricmp(param, "ALL") == 0 && u->na
&& ((nick_identified(u) && (na->nc == u->na->nc))
|| nick_is_services_root))
show_hidden = 1;