[SimBot-commits] CVS: simbot/plugins info.pl,1.41,1.42
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-05-05 04:04:15
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26184/plugins Modified Files: info.pl Log Message: documentage++ Index: info.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/info.pl,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -p -r1.41 -r1.42 --- info.pl 4 May 2005 20:54:13 -0000 1.41 +++ info.pl 5 May 2005 04:04:07 -0000 1.42 @@ -554,12 +554,13 @@ sub normalize_urls { &SimBot::plugin_register( plugin_id => 'info', - plugin_params => '(<key> [is [also] <fact>] | list <key>)', + plugin_params => '(<key> [is [also] <fact>] | list <key> | forget <key>)', plugin_help => <<EOT, If only <key> is specified, a random associated fact will be returned. If <key> is <fact> is specified, <fact> will be stored under <key>, unless <key> already exists. Use 'is also' to add facts to existing keys. If list <key> is specified, all associated facts will be returned. +If forget <key> is specified, all associated facts will be deleted. The truthfulness of any stored facts is not guaranteed. EOT |