Date: Sat, 23 Jun 2001 16:30:06 -0700 (PDT) From: "Asimov" <asimov@owirc.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/28378: p5-Net-IRC-0.70_1 eats irc text with colons in them Message-ID: <200106232330.f5NNU6I87837@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/28378; it has been noted by GNATS. From: "Asimov" <asimov@owirc.com> To: <freebsd-gnats-submit@FreeBSD.org>, "Asimov" <asimov@owirc.com> Cc: Subject: Re: ports/28378: p5-Net-IRC-0.70_1 eats irc text with colons in them Date: Sat, 23 Jun 2001 19:18:38 -0400 the problem seems to be on line 1101 in connection.pm ($from, $line) = $line =~ m/^(.*):(.*?)$/; should probably be ($from, $line) = $line =~ m/^(.*?):(.*)$/; and was introduced in the last patch that fixed ipv6 numeric address mismatching -- asimov@efnet asimov@starlink To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106232330.f5NNU6I87837>