Update JohnCena.pm

Implemented GuiltyDolphin's suggestions and added some new start triggers. Thanks for the feedback!
master
Joshua Li 2016-03-21 20:15:21 -04:00
parent 28549c3a96
commit c51a6c1e2b
1 changed files with 7 additions and 6 deletions

View File

@ -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;
@ -36,7 +37,7 @@ handle remainder => sub {
templates => {
group => 'text'
}
};
};
};
1;