From 9121783732844b061dcc067f4dd7854fc08f7d0d Mon Sep 17 00:00:00 2001 From: djmcgrath Date: Fri, 19 Oct 2007 10:47:41 +0000 Subject: [PATCH] * Use Don's patch for $maxlinelen git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1571 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/IRC/Irc.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/IRC/Irc.pl b/src/IRC/Irc.pl index 5159832..70176e8 100644 --- a/src/IRC/Irc.pl +++ b/src/IRC/Irc.pl @@ -23,7 +23,8 @@ use vars qw(@ircServers); #use open ':std'; $nickserv = 0; -my $maxlinelen = 400; +# It's probably closer to 510, but let's be cautious until we calculate it extensively. +my $maxlinelen = 490; sub ircloop { my $error = 0; -- 2.39.2