0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-03 06:08:52 +02:00

extensions/helpops: Do not use oper:hidden.

If +H is a separate umode and privilege, there is no reason to have
oper:hidden, which did not work properly anyway since it is not propagated
to other servers.
This commit is contained in:
Jilles Tjoelker 2016-01-16 15:23:32 +01:00
parent 6da38a0a5d
commit 58855a9f2c

View file

@ -133,9 +133,6 @@ h_hdl_stats_request(hook_data_int *hdata)
{
target_p = helper_ptr->data;
if(IsOperInvis(target_p) && !IsOper(hdata->client))
continue;
if(target_p->user->away)
continue;