]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/slashdot.pl
take a few more things literally
[infobot.git] / src / Modules / slashdot.pl
index 7b94b09c1ae255e89469f111063cf14b7028ad33..523a4286ceca751b733da4a9f90695970fa081ed 100644 (file)
@@ -37,7 +37,7 @@ sub Slashdot {
     my $retval  = "i could not get the headlines.";
 
     if (scalar @results) {
-       my $prefix      = "Slashdot Headlines ";
+       my $prefix      = 'Slashdot Headlines ';
        my @list        = &slashdotParse(@results);
        $retval         = &::formListReply(0, $prefix, @list);
     }