From 862bd2603b508381ce2803d5c52bc83546e7305c Mon Sep 17 00:00:00 2001 From: dms Date: Wed, 18 Apr 2001 14:51:07 +0000 Subject: [PATCH] forgot this one git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@450 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/IRC/Irc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IRC/Irc.pl b/src/IRC/Irc.pl index 13dcb22..32e5158 100644 --- a/src/IRC/Irc.pl +++ b/src/IRC/Irc.pl @@ -288,7 +288,7 @@ sub notice { } else { $notcount = 0; $nottime = $t; - $notsize = length $msg; + $notsize = length $txt; } $conn->notice($target, $txt); -- 2.39.5