> On Apr 6, 2015, at 20:27, Laurens Vets wrote:
>
> On 2015-03-30 13:39, Glyph Lefkowitz wrote:
>>> 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
On 2015-03-30 13:39, Glyph Lefkowitz wrote:
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 ev
> 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
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 able to get the NAMES on a channel join by doing this in
LogBot:
de