From 851eed53dd3f251c6d85bd43325ccbe658f39a4d Mon Sep 17 00:00:00 2001 From: Michael Czigler <37268479+mcpcpc@users.noreply.github.com> Date: Thu, 17 Feb 2022 21:44:29 -0500 Subject: released at 0.3.1 --- kirc.1 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'kirc.1') 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 -- cgit v1.2.3