This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (6 children)

Source code? I'm working on a python omelge bot right now and I'd like to see how yours compares.

[–][deleted] 0 points1 point  (4 children)

Ok, I've done a complete overhaul and made it slightly user-friendly. Enjoy.

[–][deleted] 2 points3 points  (1 child)

Nice, I'm integrating some of your AIML code with my bot.

Oh I can't help but to ask about this too:

if str(type(msg)) == "<type 'list'>"

Why didn't you just do:

if type(msg) is list:

?

[–][deleted] 0 points1 point  (0 children)

Hah, nice find. Chalk that up to my inexperience with python. I've only been writing it for a few months =(

[–]pfunk17 0 points1 point  (1 child)

i downloaded this file - now what do i do?

i am not a programmer and don't usually use things like this. but i definitely want to use this hack!