diff options
-rw-r--r-- | contrib/m_operspy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/m_operspy.c b/contrib/m_operspy.c index 5d37df2..63ca9cc 100644 --- a/contrib/m_operspy.c +++ b/contrib/m_operspy.c @@ -639,7 +639,7 @@ operspy_log(struct Client *source_p, const char *command, const char *target) #endif /* OPERSPY_LOG */ static struct Message operspy_msgtab = { - "OPERSPY", 0, 0, 3, MAXPARA, MFLG_SLOW, 0, + "OPERSPY", 0, 0, 3, MAXPARA, MFLG_SLOW | MFLG_HIDDEN, 0, {m_ignore, m_not_oper, ms_operspy, ms_operspy, mo_operspy, m_ignore} }; |