Anyone know a simple ircd (simpler than Twisted) written in Python? I'm imagining something bare bones, using SocketServer and threading. It needn't be a full function ircd, as it would be used for a semi-private single-server irc network with usually no more than two or three channels and a dozen or so clients. Thanks.