diff options
Diffstat (limited to 'contrib/m_operspy.c')
-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 9fdf0c1..e690be6 100644 --- a/contrib/m_operspy.c +++ b/contrib/m_operspy.c @@ -603,7 +603,7 @@ operspy_log(struct Client *source_p, const char *command, const char *target) #endif #ifdef OPERSPY_NOTICE - sendto_realops_flags(UMODE_SPY, L_ALL, "OPERSPY %s %s %s", + sendto_realops_flags(UMODE_SPY, L_ALL, SEND_NOTICE, "OPERSPY %s %s %s", get_oper_name(source_p), command, target); #endif |