Re: Simple IRC library

2009-08-25 Thread jason
On 2009-08-24 01:39:21 -0600, devaru said: Hi all, I am new to Python language. I want to capture(either in database or a file) the conversation in IRC. Fed. Please suggest me some simple IRC library or code snippet for this. I have used the oyoyo library with success. It's pretty

Re: Simple IRC library

2009-08-24 Thread alex23
devaru wrote: > I am new to Python language. I want to capture(either in database or a > file) the conversation in IRC. > Please suggest me some simple IRC library or code snippet for this. I recommend the circuits[1] library, which contains a sample irc bot [2]. You'll want t

Simple IRC library

2009-08-24 Thread devaru
Hi all, I am new to Python language. I want to capture(either in database or a file) the conversation in IRC. Please suggest me some simple IRC library or code snippet for this. -- http://mail.python.org/mailman/listinfo/python-list