On Sun, 2003-11-16 at 13:04, Jeff Fisher wrote:
> + if ((chptr->mode.mode & MODE_NOCTCP) && ircd_strncmp(text,"\001ACTION
> ",8))
> + for (ch=text;*ch;)
> + if (*ch++==1) {
> + send_reply(sptr, ERR_CANNOTSENDTOCHAN, chptr->chname);
> + return;
> + }
>
> Uhm, can't I still do:
>
> PRIVMSG #chan :\001ACTION is broken\001\001VERSION\001
>
> Jeff
most clients don't (or at least aren't supposed to) support that..
if you wanted, you could filter specifically for DCC sending to
channels; that's how bahamut does it.
//akl