Add trigger to template too since certain handlers require certain trigger types

master
Zach Thompson 2016-01-21 09:50:18 -07:00
parent b1f367cc81
commit 6bbbf8cc61
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ zci answer_type => '<: $ia_id :>';
zci is_cached => 1;
# Triggers - http://docs.duckduckhack.com/walkthroughs/calculation.html#triggers
triggers any => 'triggerword', 'trigger phrase';
triggers <: $ia_trigger :>;
# Handle statement
handle <: $ia_handler :> => sub {