X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/a990586f4d94d0b460a6796e08711e7e5adb49e3..3d0bbdcbe1372dd115ed05d78b32f04bd31ce840:/modules/core/m_message.c diff --git a/modules/core/m_message.c b/modules/core/m_message.c index c8932503..08ccc1d3 100644 --- a/modules/core/m_message.c +++ b/modules/core/m_message.c @@ -516,6 +516,7 @@ msg_channel(int p_or_n, const char *command, sendto_channel_flags(client_p, ALL_MEMBERS, source_p, chptr, "%s %s :%s", command, chptr->chname, text); if (p_or_n != NOTICE && *text == '\001' && + strncasecmp(text + 1, "ACTION", 6) && rb_dlink_list_length(&chptr->locmembers) > (unsigned)(GlobalSetOptions.floodcount / 2)) source_p->large_ctcp_sent = rb_current_time(); }