diff options
Diffstat (limited to 'modules/m_challenge.c')
-rw-r--r-- | modules/m_challenge.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/m_challenge.c b/modules/m_challenge.c index 4c24b3a..027d143 100644 --- a/modules/m_challenge.c +++ b/modules/m_challenge.c @@ -50,7 +50,8 @@ failed_challenge_notice(struct Client *source_p, const char *name, const char *reason) { if (ConfigFileEntry.failed_oper_notice) - sendto_realops_flags(UMODE_ALL, L_ALL, "Failed CHALLENGE attempt as %s " + sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE, + "Failed CHALLENGE attempt as %s " "by %s (%s@%s) - %s", name, source_p->name, source_p->username, source_p->host, reason); |