Re: [Twisted-Python] Extending twisted.words.protocols.irc

2012-01-25 Thread Matthew Pounsett
On 2012/01/25, at 14:44, Kevin Horn wrote: > Probably the best way to submit code is to open a ticket on the tracker, with > an attached patch as a unified diff against the current twisted trunk. Can whoever is responsible for the tracker software have a look at its mail queue? I'm not receiv

Re: [Twisted-Python] Extending twisted.words.protocols.irc

2012-01-25 Thread exarkun
On 08:21 pm, m...@conundrum.com wrote: > >On 2012/01/25, at 14:44, Kevin Horn wrote: >>Probably the best way to submit code is to open a ticket on the >>tracker, with an attached patch as a unified diff against the current >>twisted trunk. >>[...] >>See also: http://twistedmatrix.com/trac/wiki/Co

Re: [Twisted-Python] Extending twisted.words.protocols.irc

2012-01-25 Thread Matthew Pounsett
On 2012/01/25, at 14:44, Kevin Horn wrote: > Probably the best way to submit code is to open a ticket on the tracker, with > an attached patch as a unified diff against the current twisted trunk. > [...] > See also: http://twistedmatrix.com/trac/wiki/ContributingToTwistedLabs Excellent. Thanks

Re: [Twisted-Python] Extending twisted.words.protocols.irc

2012-01-25 Thread Kevin Horn
On Wed, Jan 25, 2012 at 1:06 PM, Matthew Pounsett wrote: > > I've written some methods for twisted.words.protocols.irc.IRCClient that > seem like they (or something like them) should be part of the main > distribution. What's the preferred way to pass those along for > consideration? Posting her