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 <[email protected]>:
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 <[email protected]>:
_______________________________________________
ircd-ratbox mailing list
[email protected]
http://lists.ratbox.org/cgi-bin/mailman/listinfo/ircd-ratbox
_______________________________________________
ircd-ratbox mailing list
[email protected]
http://lists.ratbox.org/cgi-bin/mailman/listinfo/ircd-ratbox