X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2FModules%2FUserDCC.pl;h=a534fba8483a736a29ddd817141bef7f2f93ecce;hb=ad88d63a585d6a206e651a9ea324d8610db7231d;hp=0a3bbfd2e13c9788cb98e8d7e72f390986131da0;hpb=96c2cea6871129e94e00fcccebc663ed3db3246f;p=infobot.git diff --git a/src/Modules/UserDCC.pl b/src/Modules/UserDCC.pl index 0a3bbfd..a534fba 100644 --- a/src/Modules/UserDCC.pl +++ b/src/Modules/UserDCC.pl @@ -633,7 +633,10 @@ sub userDCC { $str = $newstr; push(@items, "$_ => $chanconf{$chan}{$_}"); } - &performStrictReply(" $str") if (@items); + if (@items) { + my $str = join(', ', @items); + &performStrictReply(" $str"); + } } return; }