]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/NNTP.pm
nntp: fix redundant CRLF from "LISTGROUP GROUP RANGE"
[public-inbox.git] / lib / PublicInbox / NNTP.pm
index 7c3f68a2b372390526bf15dea906b9e0b6bb1acd..41f1e9c1ed9e6a5321b1ead30853419b43fad644 100644 (file)
@@ -237,7 +237,7 @@ sub cmd_listgroup ($;$$) {
                long_response($self, sub {
                        $r = $mm->msg_range(\$beg, $end, 'num');
                        scalar(@$r) or return;
-                       more($self, join("\r\n", map { "$_->[0]\r\n" } @$r));
+                       more($self, join("\r\n", map { $_->[0] } @$r));
                        1;
                });
        } else { # grab every article number