say my name!

master
Dylan Lloyd 2012-11-15 02:35:15 -05:00
parent 9babe1c15b
commit 9e6a0b35c2
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ my %data = (
quackandhack => "QUACK!",
duck => "I am the duck. Dax the duck.",
duck_html => "<img src='https://duckduckgo.com/assets/logo_header.v101.png' alt='Dax' /><br/>I am the duck. Dax the duck.",
dax => "I am the duck. Dax the duck.",
dax_html => "<img src='https://duckduckgo.com/assets/logo_header.v101.png' alt='Dax' /><br/>I am the duck. Dax the duck.",
);
triggers any => keys %data, qw/zero 0/;