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:
parent
6da38a0a5d
commit
58855a9f2c
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue