X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2FFactoids%2FReply.pl;h=4c8a44dc864646341a882d65e6a256e9e4196dae;hb=73555fc86ddc2021610ab944855b11d1c19816e6;hp=056f947e4100475dfe3ddf69642111c7e33e6d1c;hpb=f7cae48a17d6decd0a9bd997188271daa0a885b1;p=infobot.git diff --git a/src/Factoids/Reply.pl b/src/Factoids/Reply.pl index 056f947..4c8a44d 100644 --- a/src/Factoids/Reply.pl +++ b/src/Factoids/Reply.pl @@ -71,7 +71,7 @@ sub getReply { requested_count => $count } ); - # todo: rename $real to something else! + # TODO: rename $real to something else! my $real = 0; # my $author = &getFactInfo($lhs,"created_by") || ''; # $real++ if ($author =~ /^\Q$who\E\!/); @@ -240,7 +240,7 @@ sub substVars { my($reply,$flag) = @_; # $date, $time. - # todo: support localtime. + # TODO: support localtime. my $date = scalar(gmtime()); $date =~ s/\:\d+(\s+\w+)\s+\d+$/$1/; $reply =~ s/\$date/$date/gi;