From f6c47cd22cb19b09eef51fe0646111d5983cca97 Mon Sep 17 00:00:00 2001 From: Hunter Lang Date: Mon, 20 Feb 2012 21:13:41 -0500 Subject: [PATCH] updated regex to reflect user complaints --- binary/goodie.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/binary/goodie.pl b/binary/goodie.pl index f8e317a42..da8e3bb27 100755 --- a/binary/goodie.pl +++ b/binary/goodie.pl @@ -1,7 +1,6 @@ - # Outputs the query in binary format. -if (!$type && $q_check =~ m/^binary (.*)$/i) { +if (!$type && $q_check =~ m/^(.*) (?:in|to) binary$/i) { sub bin { my @tex = shift;