mirror of
https://github.com/matrix-construct/construct
synced 2025-01-02 10:54:16 +01:00
stats l: Don't care about away status.
This commit is contained in:
parent
1c1d47e279
commit
9cbf72447c
1 changed files with 0 additions and 3 deletions
|
@ -1484,9 +1484,6 @@ stats_l_should_show_oper(struct Client *target_p)
|
||||||
if (IsOperInvis(target_p))
|
if (IsOperInvis(target_p))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
if(target_p->user->away)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue