MoriEdan / opensim4opencog

Automatically exported from code.google.com/p/opensim4opencog
1 stars 0 forks source link

BotVars not looking into AIML dictionaries #78

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
BotVars not looking into AIML dictionaries

What steps will reproduce the problem?
1. Log in a bot from SWI-Prolog
2. ?- botvar_get(X,Y).

What is the expected output?

To see the AIML vars defined in bots.xml

What do you see instead?

Several vars not present in bots.xml

Original issue reported on code.google.com by logicmoo@gmail.com on 23 Jun 2012 at 8:04

GoogleCodeExporter commented 8 years ago
Fixed in -r 3311

Original comment by logicmoo@gmail.com on 1 Jul 2012 at 3:19

GoogleCodeExporter commented 8 years ago
16 ?- botvar_get(bot,Y,Z).
Y = "accounts",
Z = @'C#761723592' ;
Y = "master",
Z = @'C#761723576' ;
Y = "self",
Z = @'C#761723592' ;
Y = "regionprims",
Z = @'C#761723592' ;
Y = "allprims",
Z = @'C#761723592' ;
;;Y = "selfknownprims",
Z = @'C#761727960' ;
Y = "current_action",
Z = "nothing" ;
Y = "isSittingGround",
Z = "No" ;
;Y = "aimldirectory",
Z = "aiml" ;
Y = "graphname",
Z = "default" ;
Y = "configdirectory",
Z = "config" ;
Y = "logdirectory",
Z = "logs" ;
Y = "splittersfile",
Z = "Splitters.xml" ;
Y = "person2substitutionsfile",
Z = "Person2Substitutions.xml" ;
Y = "personsubstitutionsfile",
Z = "PersonSubstitutions.xml" ;
Y = "gendersubstitutionsfile",
Z = "GenderSubstitutions.xml" ;
Y = "defaultpredicates",

Original comment by logicmoo@gmail.com on 1 Jul 2012 at 3:21