irc icon indicating copy to clipboard operation
irc copied to clipboard

Full-featured Python IRC library for Python.

Results 38 irc issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Release notes Sourced from sphinx's releases. Sphinx 7.2.6 Changelog: https://www.sphinx-doc.org/en/master/changes.html Changelog Sourced from sphinx's changelog. Release 7.2.6 (released Sep 13,...

dependencies

``` irc/tests/test_bot.py::TestBot::test_reconnects_are_stable /Users/jaraco/code/jaraco/irc/irc/tests/test_bot.py:139: ResourceWarning: unclosed bot.reactor.process_once() Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. irc/tests/test_bot.py::TestBot::test_reconnects_are_stable /Users/jaraco/code/jaraco/irc/irc/tests/test_bot.py:139: ResourceWarning: unclosed bot.reactor.process_once() Enable tracemalloc to get...

HI, I see theres a startegy based on disconnect. If it disconnect the bot try's to reconnect. However, in my case i'm using this i want the bot to stop...

question

Hello, I'm new at this, so please excuse me if this question is not conducive to the library - but is there a way to format IRC text with color...

help wanted

after joining a server and chanel with Ircbot im calling list function over connection but it does not returns anny thing how can ı capture it ?

help wanted
question

The release of irc 20.3.0 caused a regression in [heisenbridge](https://github.com/hifi/heisenbridge) where SASL authentication no longer works (it hits a timeout in [network_room.py#L1477-1502](https://github.com/hifi/heisenbridge/blob/73435c922c50aec2cdbf0f08ce2747b024361f89/heisenbridge/network_room.py#L1477-L1502) when waiting for the authentication response). The cause...

When a quit message is empty an IndexError is raised as the line is processed. ``` Traceback (most recent call last): File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner self.run() File "/usr/lib/python3.9/threading.py",...

I'm developing a Relay Bot for Discord + IRC. It's logic is it creates a new ServerConnection object for each Discord user. It all works fine, untill i recently made...

Hello, I'm using this package via github.com/zulip/zulip 's irczulip bridge, and am coming across the following error. The zulip integration uses the async reactor but @rht 's research says https://github.com/jaraco/irc/blob/4c15d340105644c127b4a849774e232070a5bfcd/irc/bot.py#L107...

Im trying `connection.names()` after I join the channel (run the join function) but its returning None