Improved triggers
triggers startend => 'ascii', 'hex to ascii'; triggers end => 'to ascii', 'as ascii';master
parent
01d8e26e75
commit
5c1ca8191d
|
@ -7,7 +7,8 @@ use DDG::Goodie;
|
|||
# Used to restrict long generated outputs
|
||||
use constant MAX_INPUT_CHARS => 128;
|
||||
|
||||
triggers start => 'ascii';
|
||||
triggers startend => 'ascii', 'hex to ascii';
|
||||
triggers end => 'to ascii', 'as ascii';
|
||||
|
||||
zci is_cached => 1;
|
||||
zci answer_type => 'ascii';
|
||||
|
|
Loading…
Reference in New Issue