updated regex to reflect user complaints

master
Hunter Lang 2012-02-20 21:13:41 -05:00
parent 3ce9932b1d
commit f6c47cd22c
1 changed files with 1 additions and 2 deletions

View File

@ -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;