8 days ago
A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins. - progval/Limnoria
27 Feb 26
One interacts with IRC through an IRC client. There are many well-established IRC clients and countless more that exist as hobbyist projects. This page exists as an opinionated list of clients recommended by Libera.Chat staff for newcomers to IRC. These are free, open-source, and have maintainers who can respond to potential security issues.
19 Aug 25
27 Jul 25
This is a celebration of the weird, raw, chaotic brilliance of IRC. Every quote is a fragment of internet history — awkward, hilarious, painful, or profoundly stupid. We love it all.
15 Apr 24
This bitlbee setting is such a match made in heaven for rcirc’s various ways to send multiple lines at once.
06 Dec 23
There is some merit to concerns about the culture on Stack Exchange. Just like on Wikipedia, you can run into some rando småpåve who thinks they’re the king of the world and tries to put you in your place while they’re the one who’s being all wrong about something.
It sucks when that happens, but overall I think Wikipedia and especially Stack Exchange have been successes, especially in the context of the ephemerality of Usenet and IRC.
06 Nov 23
“We cannot anticipate a timeline for the bridge’s return, but we hope it will be soon.”
The Bridges category on the Matrix blog. For
19 Sep 23
matrix2051 is another matrix IRC bridge; here is the encryption ticket:
I said baby yes hello! Matrirc seems to have started up development again:
07 Jul 23
05 Jun 23
This server was created specifically to use as a base for a text adventure game. As such it lacks features you might expect. It has not been widely tested.
25 Apr 23
A terminal IRC client
13 Sep 22
07 Jul 22
21 Jun 22
11 Apr 22
Print hilighted messages & private messages to a window named “hilight” for irssi.
Search in your scrollback buffer, scroll to a match.
When macOS goes to sleep, it starts a low-power ‘smart sleep’ mode which opens a network connection to see if there’s any updates. It’ll keep this behaviour up every few minutes until you wake the Mac. This is a sleepwatcher script to make it turn off Wi-Fi power (and thus disconnect you from the internet) and tell you exactly what it’s doing (the ‘verbose’ tag), then running it again to turn Wi-Fi back on. When using IRC, this prevents all the timeout/reconnects your Mac fills a channel with when it goes to sleep.
As an alternative, check to see if LaunchAgent has been added to the newest sleepwatcher brew formula. Instead, you could try brew services start sleepwatcher and then create/edit ~/.sleep and put networksetup -setairportpower Wi-Fi off in there (and chmod +x it) then perhaps create a ~/.wake if needed.