diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2016-06-05 14:19:08 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2019-07-21 20:59:35 +0100 |
commit | 8cab8aa79f5bb7221aee58869b14d6b320a7287a (patch) | |
tree | b5adbd1eedd3dfe9a656651224d1adfdd8d23ab1 | |
parent | e8a7ece335d6fb6209cb6476782c3c6a21cc7802 (diff) |
Hide operspy module
-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} }; |