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

[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