diff --git a/plugins/url b/plugins/url index 486d4e4..6d3cc41 100644 --- a/plugins/url +++ b/plugins/url @@ -2,8 +2,7 @@ sub command($self, $cart, $command, @) { if ($command =~ m[^https?://]) { - print "This is not a browser..."; - return ACCEPT; + print "This is not a browser...\n"; } return NEXT; }