Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-20Drop freenode #cygwin-bots irc channelJon Turney
2021-05-20Have irkerd send our messages to libera.chat as wellJon Turney
2020-05-20Fix redundant exception types in irk.pyJon Turney
B014 Redundant exception types in `except (ConnectionRefusedError, OSError):`. Write `except OSError:`, which catches exactly the same exceptions.
2020-03-10Fix irker test not to include argv[0] in the messageJon Turney
2017-11-09Fix various E305 'expected 2 blank lines' errors with latest pycodestyleJon Turney
2017-11-02Also ignore OSError when trying to connect to irkedJon Turney
This seems to happen on Travis, now
2017-10-06Also use irker to notify of important eventsJon Turney
Also, don't fail if irkerd isn't running.
2016-09-04Add module for sending mesages to IRC via irkedJon Turney