From: djmcgrath Date: Fri, 19 Oct 2007 10:47:41 +0000 (+0000) Subject: * Use Don's patch for $maxlinelen X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=9121783732844b061dcc067f4dd7854fc08f7d0d;p=infobot.git * Use Don's patch for $maxlinelen git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1571 c11ca15a-4712-0410-83d8-924469b57eb5 --- 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;