]> jfr.im git - solanum.git/commitdiff
m_stats: Remove outdated comment
authorEd Kellett <redacted>
Tue, 4 Aug 2020 13:57:38 +0000 (14:57 +0100)
committerEd Kellett <redacted>
Tue, 4 Aug 2020 21:58:31 +0000 (22:58 +0100)
modules/m_stats.c

index bddea945eda7adec20ed3e9a970ae671468bd349..d4ca71054a433c26059370ec4abb3bad53622a1c 100644 (file)
@@ -246,9 +246,6 @@ m_stats(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_
        if(cmd->handler != NULL)
        {
                /* The stats table says what privs are needed, so check --fl_ */
-               /* Called for remote clients and for local opers, so check need_admin
-                * and need_oper
-                */
                const char *missing_priv = NULL;
                if(cmd->need_admin && !IsOperAdmin(source_p))
                        missing_priv = "admin";