]> git.donarmstrong.com Git - infobot.git/blobdiff - blootbot/src/Modules/Search.pl
upper/lower case
[infobot.git] / blootbot / src / Modules / Search.pl
index 9f3ab772c71ce65dcabca7b0f5d35a21a52fa34d..a71bd9c70a0b5d01450b134ce77235b83f0d09e1 100644 (file)
@@ -13,7 +13,7 @@ sub Search {
     my ($type, $str) = @_;
     my $start_time = &::timeget();
     my @list;
-    my $maxshow = &::getChanConfDefault('maxListReplyCount', 15);
+    my $maxshow = &::getChanConfDefault('maxListReplyCount', 15, $::chan);
 
     $type =~ s/s$//;   # nice work-around.