IRC Commands
Release rolling / release (push) Canceled after 8m43s

This commit is contained in:
Raven Scott
2026-08-13 00:33:57 -04:00
parent 15afc148d7
commit 8bb8254c42
22 changed files with 3799 additions and 1228 deletions
@@ -9,7 +9,7 @@
"irc whois NICK",
"irc status"
],
"description": "Modern IRC client (IRCv3 CAP LS 302). Default network is Libera.Chat over TLS at irc.libera.chat:6697. On a TTY, opens a full-screen ctx.tui session. Without a TTY, use send/join/whois/status. Config lives in ~/.irc/config.json; SASL secrets in ~/.irc/secrets.json.",
"description": "Modern IRC client (IRCv3 CAP LS 302). Default network is Libera.Chat over TLS at irc.libera.chat:6697. On a TTY, opens a full-screen ctx.tui session with a room browser (/rooms) and a random nick when none is configured. Without a TTY, use send/join/whois/status. Config lives in ~/.irc/config.json; SASL secrets in ~/.irc/secrets.json.",
"options": [
{
"flag": "--tls",
@@ -25,7 +25,7 @@
},
{
"flag": "--nick",
"meaning": "Nickname (else ~/.irc/config.json, BARE_IRC_NICK, USER)."
"meaning": "Nickname (else ~/.irc/config.json, BARE_IRC_NICK, or a random osXXXXX nick)."
},
{
"flag": "--sasl-user",