Update 'tool/irssi_cf_alturl.pl'

This commit is contained in:
unethical 2019-05-05 08:45:31 +00:00
parent 52b784ba71
commit 2afd5db528
1 changed files with 0 additions and 2 deletions

View File

@ -104,8 +104,6 @@ sub GotUrl {
my @urls = ();
my ( $url, $a, $return, $char, $ch ) = "";
my $same = 0;
my $sitewas = "t";
my @chars = ();
return unless ( ( $data =~ /\bhttp\:/ ) || ( $data =~ /\bhttps\:/ ) );
deb("$target triggered GotUrl() with url: $data");