Python & IRC?

Michael P. Reilly arcege at shore.net
Wed Jun 2 07:50:27 EDT 1999


Benjamin Schollnick <rfreedm1 at nospam.rochester.rr.com> wrote:
: Folks,

: Has anyone done anything in regards to making a IRC
: daemon/server in Python?

: I'm thinking about sitting down and doing some socket
: work with Python, and I wouldn't want to reproduce the wheel again...

I don't think anyone has, but I could be wrong.  There are some
IRC client modules out there that might aid you (mine follows the
protocol as close as I can get it: http://www.shore.net/~arcege/python/
Pyirc-1.5.1.tar.gz).

You might also want to look at the SocketServer module (which includes
ThreadingTCPServer and ThreadingUDPServer classes).

  -Arcege





More information about the Python-list mailing list