
Dec. 31, 2003
8:52 p.m.
On Wed, Dec 31, 2003 at 12:11:31PM -0700, Eric Mangold wrote:
On Tuesday 30 December 2003 08:04 pm, JD wrote:
Hi,
Has anyone written an IRC client in Twisted, using protocol.irc? Do I make a "reactor", or is a reactor only used for making servers? All I need is some really simple code illustrating how to connect to an IRC Server, doing an "identd"
ident is a seperate protocol from IRC. You will need to run a seperate daemon accessible from the Internet to provide this. Twisted doesn't have an ident server.
Thanks for pointing out this oversight! Fixed in CVS. Jp