AsyncIRC icon indicating copy to clipboard operation
AsyncIRC copied to clipboard

Dependency-free multithreaded buffered non-blocking IRC Library in Python

Results 5 AsyncIRC issues
Sort by recently updated
recently updated
newest added

[This code](https://github.com/kageurufu/AsyncIRC/blob/94e40d0c3fa8629ccdc0ca221b13c9911745ba69/asyncirc/ircbot.py#L118-L119) eats **any** exception happening in handler code. I mean, I'm okay with not crashing when an exception occured, but in that case please do not hide it in...

recv() can throw socket.error as well. BlockingIOError must be imported.

When you connect the bot and define an `on_join` message it tries to query a user with the username of the channel. The IRC Server (see DEBUG messages) replies with...

I gave it a try but theres a problem. Every message you send with `msg` ends up in being cut off after the first space in the message Log says:...