m_stats: Remove outdated comment
This commit is contained in:
parent
f590bc6cec
commit
7f7a433218
1 changed files with 0 additions and 3 deletions
|
@ -246,9 +246,6 @@ m_stats(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_
|
||||||
if(cmd->handler != NULL)
|
if(cmd->handler != NULL)
|
||||||
{
|
{
|
||||||
/* The stats table says what privs are needed, so check --fl_ */
|
/* 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;
|
const char *missing_priv = NULL;
|
||||||
if(cmd->need_admin && !IsOperAdmin(source_p))
|
if(cmd->need_admin && !IsOperAdmin(source_p))
|
||||||
missing_priv = "admin";
|
missing_priv = "admin";
|
||||||
|
|
Loading…
Reference in a new issue