> On Mar 26, 2015, at 11:18 AM, Laurens Vets wrote:
>
> Hello,
>
> I'm trying to get to know the Twisted framework by extending the ircLogBot.py
> example. I want to be able to get a list of all names in a channel (by
> sending NAMES) and I want to rerun this every 5 minutes.
>
> I've been a
> On Mar 30, 2015, at 3:52 AM, Adi Roiban wrote:
>
> On 23 March 2015 at 15:29, Tristan Seligmann wrote:
>> On 23 March 2015 at 16:25, HawkOwl wrote:
>>> It's not really a bug -- it's just that the stderr isn't being captured
>>> like real Trial does. Twisted will reraise errors so they show
Hello Mr. exarkun!
I just added my Trac user name to the relevant "Assigned to" field. :-)
It is a huge honor for me to learn from you.
Regards,
Eeshan Garg
On Sun, Mar 29, 2015 at 8:30 PM, wrote:
> On 28 Mar, 04:38 pm, jerryguitar...@gmail.com wrote:
>
>> Hello Mr. exarkun!
>>
>> I would lov
On 23 March 2015 at 15:29, Tristan Seligmann wrote:
> On 23 March 2015 at 16:25, HawkOwl wrote:
>> It's not really a bug -- it's just that the stderr isn't being captured like
>> real Trial does. Twisted will reraise errors so they show up in logs, but
>> will actually handle them (I think, any