Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Update JohnCena.pm
Browse files Browse the repository at this point in the history
Implemented GuiltyDolphin's suggestions and added some new start triggers. Thanks for the feedback!
  • Loading branch information
joshuarli committed Mar 22, 2016
1 parent 28549c3 commit c51a6c1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions lib/DDG/Goodie/JohnCena.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ use strict;
use DDG::Goodie;

triggers start =>
'who is champ',
'who\'s champ',
'what is his name',
'what\'s his name',
'and his name is';
"who is champ",
"who's champ",
"wrestler meme",
"wwe meme",
"john cena",
"and his name is";

zci answer_type => 'john_cena';
zci is_cached => 1;
Expand All @@ -36,7 +37,7 @@ handle remainder => sub {
templates => {
group => 'text'
}
};
};
};

1;

0 comments on commit c51a6c1

Please sign in to comment.