Compile fix.
This commit is contained in:
parent
f8b8808ac7
commit
0bd6cfbe28
|
@ -519,7 +519,7 @@ msg_channel(int p_or_n, const char *command,
|
||||||
form_str(ERR_CANNOTSENDTOCHAN), chptr->chname);
|
form_str(ERR_CANNOTSENDTOCHAN), chptr->chname);
|
||||||
return;
|
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))
|
!strncasecmp(text + 1, "ACTION", 6))
|
||||||
{
|
{
|
||||||
sendto_one_numeric(source_p, ERR_CANNOTSENDTOCHAN,
|
sendto_one_numeric(source_p, ERR_CANNOTSENDTOCHAN,
|
||||||
|
|
Loading…
Reference in New Issue