Subj : Re: Chat Room Bots To : comp.programming From : gswork Date : Wed Aug 10 2005 02:14 am mwmiller314@gmail.com wrote: > What programming languages / tools are used to program bots that > message with chat room users? > > Any helpful input appreciated, > Matt http://en.wikipedia.org/wiki/Chatterbot is an interesting starting point (with some QBasic source!) there are some good links to follow too Language is less important than understanding what's involved in creating 'AI' bots, though i'd guess that lisp and perl would be used quite a bit. .