diff options
-rw-r--r-- | modules/m_trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_trace.c b/modules/m_trace.c index 17657b6..bc9ce02 100644 --- a/modules/m_trace.c +++ b/modules/m_trace.c @@ -88,7 +88,7 @@ mo_trace(struct Client *client_p, struct Client *source_p, const char *from, *to; if (parc > 2) - if (hunt_server(client_p, source_p, ":%s TRACE %s :%s", 2, parc, parv)) + if (hunt_server(client_p, source_p, ":%s TRACE %s :%s", 2, parc, parv) != HUNTED_ISME) return; if (parc > 1) |