[IRCServices Coding] DB Conversion
Andrew Church
achurch at achurch.org
Tue Apr 9 10:09:30 PDT 2002
Sorry, I meant to include the patch in my previous message. Now you
can see just how stupid a bug it was. ;)
--- modules/misc/xml-import.c 6 Feb 2002 23:43:38 -0000 2.8
+++ modules/misc/xml-import.c 8 Apr 2002 16:31:12 -0000 2.9
@@ -1476,7 +1476,7 @@
error("<name> tag missing from channel, ignoring");
my_free_channelinfo(ci);
return CONTINUE;
- } else if (strcmp(ci->name, "#")) {
+ } else if (strcmp(ci->name, "#") == 0) {
error("Channel \"#\" not supported");
my_free_channelinfo(ci);
return CONTINUE;
--Andrew Church
achurch at achurch.org
http://achurch.org/
>Hi,
>
>Thanks for the info, yes I realise it's a project in devel :) but its
>seems more fit for purpose than epona. Any chance on being able to get
>hold of a patch or a copy of the changes necessary?. Ideally I want help
>test this and my users (who are picky) will hopefully identify a lot of
>bugs for you. I understand the alpha status and am willing to accept any
>bugs etc.
>
>Thanks in advance
>
>Adrian
>
>
>-----Original Message-----
>From: ircservices-coding-admin at ircservices.za.net
>[mailto:ircservices-coding-admin at ircservices.za.net] On Behalf Of Andrew
>Church
>Sent: 08 April 2002 17:33
>To: ircservices-coding at ircservices.za.net
>Subject: Re: [IRCServices Coding] DB Conversion
>
> This is a stupid bug... fixed for alpha 28, thanks. Also, though I
>presume you read the notice on the download page, be aware that alpha
>versions are not suited for using on live networks and are likely to
>crash
>or experience other problems often. Bug reports of such problems are
>welcome, but don't expect much sympathy if your users complain.
>
> --Andrew Church
> achurch at achurch.org
> http://achurch.org/
>
>
>
>------------------------------------------------------------------
>To unsubscribe or change your subscription options, visit:
>http://www.ircservices.za.net/mailman/listinfo/ircservices-coding