--- urlgrab.pl.orig 2002-02-13 07:24:50.000000000 +0100 +++ scripts/urlgrab.pl 2004-03-11 01:15:01.000000000 +0100 @@ -33,7 +33,7 @@ Irssi::print("No url captured yet"); return; } - system("netscape-remote -remote 'openURL($lasturl)' &>/dev/null"); + system("sensible-browser $lasturl &>/dev/null"); } sub find_url {