Creating Irc Client

Lee Harr missive at frontiernet.net
Thu Aug 9 20:39:57 EDT 2001


On Wed, 8 Aug 2001 22:04:10 -0400, Relfx <relfx at hotmail.com> wrote:
> I am trying to find as much information as poossible right now so i can
> build a python irc client what should be created first the interface? Or
> should all the programming be done first.
> 

I would definitely make sure that you can get connected and interact
with IRC before putting tons of effort in to a fancy GUI. I am doing
much the same thing with a telnet (mud) client, and I am having much
difficulty getting the ANSI color support to be fast enough.

I have written a C extension to parse the server output for the ANSI
codes, but it's still too slow.

Just one opinion...




More information about the Python-list mailing list