Changed format of slashdot headline URL. It's now more consistant with

the mozillaZine one, and works better with tkirc's automatic URL detection.


git-svn-id: svn://10.0.0.236/trunk@13724 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%netscape.com 1998-10-30 16:28:56 +00:00
parent 2905eb0808
commit 2781aefef5

View File

@ -54,7 +54,7 @@ use Carp;
$|++;
my $VERSION = "1.11"; # keep me in sync with the mozilla.org cvs repository
my $VERSION = "1.12"; # keep me in sync with the mozilla.org cvs repository
my $debug = 1; # debug output also includes warnings, errors
@ -375,7 +375,7 @@ sub do_headlines {
sub bot_slashdot {
my ($nick, $cmd, $rest) = (@_);
do_headlines($nick, "Headlines from http://slashdot.org/", \@slashdot);
do_headlines($nick, "Headlines from Slashdot (http://slashdot.org/)", \@slashdot);
}