From 9cbf72447c0a1334d547b6e092db75b5f07be9f0 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sun, 3 Feb 2013 19:33:31 +0100 Subject: [PATCH] stats l: Don't care about away status. --- modules/m_stats.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/m_stats.c b/modules/m_stats.c index a37cdd82..667b8fbc 100644 --- a/modules/m_stats.c +++ b/modules/m_stats.c @@ -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; }