Re: [Twisted-Python] IRCClient (ircLogBot.py) send a message every 5 minutes

2015-04-07 Thread Glyph
> 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

Re: [Twisted-Python] IRCClient (ircLogBot.py) send a message every 5 minutes

2015-04-06 Thread Laurens Vets
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

Re: [Twisted-Python] IRCClient (ircLogBot.py) send a message every 5 minutes

2015-03-30 Thread Glyph Lefkowitz
> 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

[Twisted-Python] IRCClient (ircLogBot.py) send a message every 5 minutes

2015-03-26 Thread Laurens Vets
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