[SimBot-commits] CVS: simbot/plugins dice.pl,1.24,1.25
Status: Abandoned
Brought to you by:
kstange
|
From: Kevin S. <ks...@us...> - 2006-11-23 08:42:59
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv27254/plugins Modified Files: dice.pl Log Message: Dozens can be valid numbers, though this isn't as robust as it could be. Index: dice.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/dice.pl,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -p -r1.24 -r1.25 --- dice.pl 10 Nov 2005 13:02:15 -0000 1.24 +++ dice.pl 23 Nov 2006 08:42:55 -0000 1.25 @@ -155,6 +155,8 @@ sub nlp_match { "an", "1", "the", "1", "many", "12", + "dozen", "12", + "dozens", "48", "several", "7", "lot of", "30", "lots of", "30", @@ -218,7 +220,7 @@ sub nlp_match { event_plugin_nlp_call => \&nlp_match, hash_plugin_nlp_verbs => - ["roll"], + ["roll", "throw"], hash_plugin_nlp_subjects => ["dice", "die"], hash_plugin_nlp_formats => |