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
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
> 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.
>
> 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):
> ...
> 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.
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