]> git.donarmstrong.com Git - infobot.git/blobdiff - src/UserExtra.pl
- remove several debug messages; convert some to VERB()
[infobot.git] / src / UserExtra.pl
index 8f6aff3fb6712a1acf178303e47c5aea4b935166..92bb19537093209d74ca076a65a90b50e52d80c2 100644 (file)
@@ -157,7 +157,7 @@ sub chaninfo {
 
     my($count) = (sort { $b <=> $a } keys %new)[0];
     if ($count) {
-       $reply .= ".  \002$new{$count}\002 has said the most with a total of \002$count\002 messages";
+       $reply .= ".  \002$count\002 has said the most with a total of \002$new{$count}\002 messages";
     }
     &pSReply("$reply.");
 }