stats l: Don't care about away status.

This commit is contained in:
Jilles Tjoelker 2013-02-03 19:33:31 +01:00
parent 1c1d47e279
commit 9cbf72447c

View file

@ -1484,9 +1484,6 @@ stats_l_should_show_oper(struct Client *target_p)
if (IsOperInvis(target_p))
return 0;
if(target_p->user->away)
return 0;
return 1;
}