From: Ed Kellett Date: Tue, 4 Aug 2020 13:57:38 +0000 (+0100) Subject: m_stats: Remove outdated comment X-Git-Url: https://jfr.im/git/solanum.git/commitdiff_plain/7f7a433218a8759adf60de5de950f623ba15e972?ds=sidebyside;hp=f590bc6cece0cf3961f1a115fafec706f17a98f4 m_stats: Remove outdated comment --- diff --git a/modules/m_stats.c b/modules/m_stats.c index bddea945..d4ca7105 100644 --- a/modules/m_stats.c +++ b/modules/m_stats.c @@ -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";