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:
parent
2905eb0808
commit
2781aefef5
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user