Improved triggers

triggers startend => 'ascii', 'hex to ascii';
triggers end => 'to ascii', 'as ascii';
master
Daniel Bech 2016-04-30 17:12:17 +08:00
parent 01d8e26e75
commit 5c1ca8191d
1 changed files with 2 additions and 1 deletions

View File

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