@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user