]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/Quote.pl
ws
[infobot.git] / src / Modules / Quote.pl
index 39e152180e6a9aa069899068c3b2e1c233cb7fd1..147c230662cb9943e1776b2ac83f8fd128540391 100644 (file)
@@ -36,8 +36,8 @@ sub Quote {
        my ($ticker, $recent, $date, $time, $change, $open,
            $high, $low, $volume) = split(',',$result);
 
-        # add some commas
-        # "+ 0" removes trailing cr/lf/etc.
+       # add some commas
+       # "+ 0" removes trailing cr/lf/etc.
        my $newvol = commify($volume + 0);
 
        $reply .= ' ;; ' if $reply;