]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Misc.pl
explicit $chan for getChanConfDefault
[infobot.git] / src / Misc.pl
index 26af656c07faef3ccbb51ad3e3144348c2cde3c1..fc6f037418788d7cbb34c1388df9e66fd25b78d1 100644 (file)
@@ -117,8 +117,8 @@ sub timedelta {
 sub formListReply {
     my($rand, $prefix, @list) = @_;
     my $total  = scalar @list;
-    my $maxshow = &getChanConfDefault('maxListReplyCount', 15);
-    my $maxlen = &getChanConfDefault('maxListReplyLength', 400);
+    my $maxshow = &getChanConfDefault('maxListReplyCount', 15, $chan);
+    my $maxlen = &getChanConfDefault('maxListReplyLength', 400, $chan);
     my $reply;
 
     # remove irc overhead