Compile fix.

This commit is contained in:
B.Greenham 2010-02-23 01:58:38 -05:00
parent f8b8808ac7
commit 0bd6cfbe28
1 changed files with 1 additions and 1 deletions

View File

@ -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,