updated regex to reflect user complaints
parent
3ce9932b1d
commit
f6c47cd22c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue