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

the mozillaZine one, and works better with tkirc's automatic URL detection.
This commit is contained in:
terry%netscape.com 1998-10-30 16:28:56 +00:00
Родитель ac97e13514
Коммит ba031fd947
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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);
}