summaryrefslogtreecommitdiff
path: root/pyaiml_bot.py
diff options
context:
space:
mode:
authoryvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd>2009-12-05 00:17:54 +0000
committeryvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd>2009-12-05 00:17:54 +0000
commit1836f91a4e4048fab9d7af99ec4c015d6fa764c8 (patch)
tree73aac865a9c1d2fae6031fa9a9213f8d15475a72 /pyaiml_bot.py
parent400958e540150b65cbf59467ea61aa4e654f4542 (diff)
downloadomegle-1836f91a4e4048fab9d7af99ec4c015d6fa764c8.tar.gz
omegle-1836f91a4e4048fab9d7af99ec4c015d6fa764c8.zip
bla
git-svn-id: http://xapek.org/svn/common/omegle@1474 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd
Diffstat (limited to 'pyaiml_bot.py')
-rw-r--r--pyaiml_bot.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyaiml_bot.py b/pyaiml_bot.py
index f6348ac..2a41848 100644
--- a/pyaiml_bot.py
+++ b/pyaiml_bot.py
@@ -9,7 +9,6 @@ import aiml
k=aiml.Kernel()
k.bootstrap(learnFiles="aiml_files/std-startup.xml", commands="load aiml b")
-
class MegahalBot(OmegleChat):
def __init__(self,disconnect_event,name,host="omegle.com",color=0):
self.disconnect_event = disconnect_event
@@ -84,7 +83,7 @@ if __name__ == "__main__":
host = "omegle.com"
local=False
- logging.basicConfig(level=logging.DEBUG)
+ logging.basicConfig(level=logging.ERROR)
if local:
print "CTRL-C\n>>> ",
while True: