OSDN Git Service

AIのDB連携機能を実装中。
[chnosproject/AI004.git] / ai.js
diff --git a/ai.js b/ai.js
index 8bf3e29..6bbcde3 100644 (file)
--- a/ai.js
+++ b/ai.js
@@ -234,6 +234,10 @@ AI.prototype = {
                        
                } else if(str == "savemem"){
                        this.memory.saveMemory();
+               } else if(str == "netDB update"){
+                       this.networkManager.networkDBUpdate();
+               } else if(str == "netDB viewall"){
+                       this.networkManager.networkDBViewAll();
                } else{
                        this.debug("Unknown command [" + str + "].\n");
                        this.debug("Command list:\n");