]> git.donarmstrong.com Git - infobot.git/commitdiff
* Use Don's patch for $maxlinelen
authordjmcgrath <djmcgrath@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 19 Oct 2007 10:47:41 +0000 (10:47 +0000)
committerdjmcgrath <djmcgrath@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 19 Oct 2007 10:47:41 +0000 (10:47 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1571 c11ca15a-4712-0410-83d8-924469b57eb5

src/IRC/Irc.pl

index 5159832125a9b11e8063db6aabab8e4c303ce8a1..70176e84a33fc78ca2747ab14cffc6a4c1573c1f 100644 (file)
@@ -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;