> We've running a test 2.10.11 server on QuakeNet and have encountered a few
> issues.. one of the more obvious is this:
>
> ... (from channel.c)
>
> /* BADCHANed channel */
> if ((gline = gline_find(name, GLINE_BADCHAN | GLINE_EXACT)) &&
> GlineIsActive(gline) && !IsAnOper(sptr)) {
> send_reply(sptr, ERR_BANNEDFROMCHAN, name);
> continue;
> }
>
> ...
>
> Now, we're used to being able to use wildcards in BADCHANs, so we're going
> to get rid of the GLINE_EXACT flag in there. Just wanted to check that it's
> intentional that wildcard BADCHANs can't be set?
Yes, that is intentional to decrease abuse potential...
--
Kevin L. Mitchell <[EMAIL PROTECTED]>