[ircd-ratbox] ratbox-services 1.2.2 'stable' released
Narf
narf at bofh.bg
Tue Feb 9 00:47:18 UTC 2010
You're welcome.
But I have another one to report:
in src/s_chanserv.c, line 1355:
if(banreg_p->hold <= CURRENT_TIME)
should be changed to:
if(banreg_p->hold && banreg_p->hold <= CURRENT_TIME)
Otherwise a permanent ban can't be triggered when a user joins the channel.
Quoting mog <lists at elasticmind.net>:
> I think the code for this is in /trunk/ but unfortunately didn't make
> it into the 1.2.2 release for some reason. I'm sure it will be sorted
> for the next release. Thanks for the info :)
>
>
> On 05/02/2010 13:11, Narf wrote:
>> chanmode +S isn't included in src/s_alis.c
>>
>> Andrey Andreev a.k.a. Narf.
>>
>> Quoting Lee H <lee at leeh.co.uk>:
>>
>>
> _______________________________________________
> ircd-ratbox mailing list
> ircd-ratbox at lists.ratbox.org
> http://lists.ratbox.org/cgi-bin/mailman/listinfo/ircd-ratbox
More information about the ircd-ratbox
mailing list