master
kirshapps 2015-03-04 03:32:57 +00:00
parent b314871ed1
commit 6fca6e1bd5
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ attribution github => ["https://github.com/kirshapps", "kirshapps"];
triggers start => "duckduckhack kirshapps";
handle remainder => sub {
return if $_;
return "kirshapps is awesome and has successfully completed the DuckDuckHack goodie tutorial!"
return "kirshapps is awesome and has successfully completed the DuckDuckHack goodie tutorial!"
};
1;