From 0d92d6c32e00f830d03f1282fbc95cc562d2dee5 Mon Sep 17 00:00:00 2001 From: Russell King Date: Sun, 5 Jun 2016 14:19:08 +0100 Subject: Hide operspy module --- contrib/m_operspy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} }; -- cgit