diff --git a/modules/core/m_message.c b/modules/core/m_message.c index 95a68fc76..8f09c426a 100644 --- a/modules/core/m_message.c +++ b/modules/core/m_message.c @@ -612,7 +612,6 @@ add_target(struct Client *source_p, struct Client *target_p) /* cant clear any, full target list */ else if(USED_TARGETS(source_p) == 10) { - ServerStats->is_tgch++; add_tgchange(source_p->sockhost); return 0; }