[Twisted-Python] irc bot, reacting to: irc_ERR_NOSUCHNICK. after the code where the reactor was started

2015-10-05 Thread peter
my bot inherits from irc.IRCClient, when it sends a message to another user who isnt online irc_ERR_NOSUCHNICK(self, prefix, command) is called. how can i react to that message, my code is called with: class mybot(irc.IRCClient): ... if __name__ == "__main__": factory = XdccBotFactory( cha

[Twisted-Python] irc bot, reacting to: irc_ERR_NOSUCHNICK. after the code where the reactor was started

2015-10-05 Thread peter
my bot inherits from irc.IRCClient, when it sends a message to another user who isnt online irc_ERR_NOSUCHNICK(self, prefix, command) is called. how can i react to that message, my code is called with: class mybot(irc.IRCClient): ... if __name__ == "__main__": factory = XdccBotFactory( cha

Re: [Twisted-Python] Call for volunteers: fundraising

2015-10-05 Thread Glyph Lefkowitz
> On Oct 4, 2015, at 8:04 AM, John Aherne wrote: > > OK. > > That makes sense. > > Do we have a list of current sponsors and what they have contributed stored > anywhere. > > Do we have a list of email addresses of people using twisted in a serious > application that might be contacted. >

Re: [Twisted-Python] irc bot, reacting to: irc_ERR_NOSUCHNICK. after the code where the reactor was started

2015-10-05 Thread Glyph Lefkowitz
> On Oct 5, 2015, at 2:33 AM, peter wrote: > > my bot inherits from irc.IRCClient, when it sends a message to another user > who isnt online irc_ERR_NOSUCHNICK(self, prefix, command) is called. > how can i react to that message, my code is called with: > > > class mybot(irc.IRCClient): > ...

Re: [Twisted-Python] twisted.mail.imap4.IMAP4Client.fetchMessage always throws exception

2015-10-05 Thread Glyph Lefkowitz
> On Sep 3, 2015, at 7:55 AM, Wang Yan wrote: > > Hi, > > I've installed Twisted 15.3.0 on Ubuntu 14.04LTS. Excellent work but there's > one problem bothering me for a long time: > twisted.mail.imap4.IMAP4Client.fetchMessage always throws exception and the > exception occured at random, e.g.

Re: [Twisted-Python] Call for volunteers: fundraising

2015-10-05 Thread John Aherne
OK. If you feed that info to me that should be fine. On Mon, Oct 5, 2015 at 8:52 PM, Glyph Lefkowitz wrote: > > > On Oct 4, 2015, at 8:04 AM, John Aherne wrote: > > > > OK. > > > > That makes sense. > > > > Do we have a list of current sponsors and what they have contributed > stored anywhere