aboutsummaryrefslogtreecommitdiffstats
path: root/kirc.1
diff options
context:
space:
mode:
authorMichael Czigler <37268479+mcpcpc@users.noreply.github.com>2022-02-17 21:44:29 -0500
committerGitHub <noreply@github.com>2022-02-17 21:44:29 -0500
commit851eed53dd3f251c6d85bd43325ccbe658f39a4d (patch)
tree9e500dd23cf5d1dd5b8a35c1a1316a8ffb69ae52 /kirc.1
parentAllow the option of parsing multiple post-connection commands. (#125) (diff)
downloadkirc-851eed53dd3f251c6d85bd43325ccbe658f39a4d.tar.gz
kirc-851eed53dd3f251c6d85bd43325ccbe658f39a4d.tar.bz2
kirc-851eed53dd3f251c6d85bd43325ccbe658f39a4d.tar.xz
kirc-851eed53dd3f251c6d85bd43325ccbe658f39a4d.tar.zst
kirc-851eed53dd3f251c6d85bd43325ccbe658f39a4d.zip
released at 0.3.1
Diffstat (limited to 'kirc.1')
-rw-r--r--kirc.19
1 files changed, 5 insertions, 4 deletions
diff --git a/kirc.1 b/kirc.1
index 246127b..68ec92e 100644
--- a/kirc.1
+++ b/kirc.1
@@ -15,7 +15,7 @@ kirc \- KISS for IRC
.SH DESCRIPTION
.B kirc
is an extremely fast and simple IRC client designed with portability in mind.
-This client reads from stdin and prints to stdout, so all traffic can
+This client reads from STDIN and prints to STDOUT, so all traffic can
multiplexed and text parsed or modified using external commands. All highlighted
text and color can be controlled with ANSI escape sequences.
.SH OPTIONS
@@ -41,15 +41,16 @@ Specifies the USER connection username
.BI \-k " pass"
Specifies the PASS connection password
.TP
-.BI \-x " command"
-Specifies additional commands to send to the host after initial connection.
-.TP
.BI \-a " auth"
Specifies SASL PLAIN mechanism authentication token
.TP
.BI \-e
Specifies SASL EXTERNAL mechanism
.TP
+.BI \-x
+Reads from STDIN and passes each line (delimited by "\\n") as a command to the IRC
+server after the initial connection.
+.TP
.BI \-v
Prints the version information to stderr, then exits
.TP