]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/core/m_message.c
m_kline.c warning fixed, but read my comment
[irc/rqf/shadowircd.git] / modules / core / m_message.c
index 95a68fc76b5eded57416cf2c18ca6a18f0af232d..8f09c426ab6bad3d233a43b84b2995ace0643c36 100644 (file)
@@ -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;
                }