[SimBot-commits] CVS: simbot/plugins dice.pl,1.22,1.23
Status: Abandoned
Brought to you by:
kstange
|
From: Kevin S. <ks...@us...> - 2005-05-04 21:10:02
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19190/plugins Modified Files: dice.pl Log Message: I don't know what I was thinking here. Index: dice.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/dice.pl,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -p -r1.22 -r1.23 --- dice.pl 4 May 2005 20:56:24 -0000 1.22 +++ dice.pl 4 May 2005 21:09:54 -0000 1.23 @@ -248,7 +248,8 @@ sub nlp_match { "i-want", "would-you", "command",], ); -&SimBot::plugin_register(plugin_id => "rps <selection>", +&SimBot::plugin_register(plugin_id => "rps", + plugin_params => "<selection>", plugin_help => "Pick rock, paper or scissors.", event_plugin_call => \&rps_shoot, ); |