Author: Isomer <isomer@coders.net>
[ircu2.10.12-pk.git] / ircd / m_stats.c
index 9cc561654627950fec9cd501aa5ca1cf3a0c66ba..291f1c79a47e6060fdd71721e82bbe8cf6ad4674 100644 (file)
@@ -265,7 +265,9 @@ int m_stats(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
         if (doall && IsUser(acptr))
           continue;
         /* Don't show invisible people to unauthorized people when using
-         * wildcards  -- Is this still needed now /stats is oper only ? */
+         * wildcards  -- Is this still needed now /stats is oper only ? 
+         * Yeah it is -- non opers can /stats l, just not remotely.
+         */
         if (IsInvisible(acptr) && (doall || wilds) &&
             !(MyConnect(sptr) && IsOper(sptr)) &&
             !IsAnOper(acptr) && (acptr != sptr))