]> jfr.im git - solanum.git/blobdiff - modules/m_stats.c
m_info: Correct description of general::client_exit like in example confs.
[solanum.git] / modules / m_stats.c
index a37cdd8263ab4d6530f5b223f34fa36a207c7207..667b8fbcf1d8ac904830ef7b47645e5a0e1cad5a 100644 (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;
 }