summaryrefslogtreecommitdiff
path: root/pyaiml_bot.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyaiml_bot.py')
-rw-r--r--pyaiml_bot.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyaiml_bot.py b/pyaiml_bot.py
index 587d01b..e916484 100644
--- a/pyaiml_bot.py
+++ b/pyaiml_bot.py
@@ -7,8 +7,8 @@ from omegle import OmegleChat
import aiml
k=aiml.Kernel()
-#k.bootstrap(learnFiles="aiml_files/std-startup.xml", commands="load aiml b")
-k.bootstrap(learnFiles="aiml_files/German-standalone.aiml")
+k.bootstrap(learnFiles="aiml_files/std-startup.xml", commands="load aiml b")
+#k.bootstrap(learnFiles="aiml_files/German-standalone.aiml")
class PyAIMLBot(OmegleChat):
def __init__(self,disconnect_event,name,host="omegle.com",color=0):