From 0bd6cfbe28d7871dc8b2f5270c9cfb76fb705ef8 Mon Sep 17 00:00:00 2001 From: "B.Greenham" Date: Tue, 23 Feb 2010 01:58:38 -0500 Subject: [PATCH] Compile fix. --- modules/core/m_message.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/m_message.c b/modules/core/m_message.c index b4d8d40..8277301 100644 --- a/modules/core/m_message.c +++ b/modules/core/m_message.c @@ -519,7 +519,7 @@ msg_channel(int p_or_n, const char *command, form_str(ERR_CANNOTSENDTOCHAN), chptr->chname); return; } - if (p_or_n != NOTICE && chptr->mode.mode & MODE_NOACTION) + if (p_or_n != NOTICE && chptr->mode.mode & MODE_NOACTION && !strncasecmp(text + 1, "ACTION", 6)) { sendto_one_numeric(source_p, ERR_CANNOTSENDTOCHAN,