aboutsummaryrefslogtreecommitdiffstats
path: root/kirc.1
diff options
context:
space:
mode:
authorMichael Czigler <37268479+mcpcpc@users.noreply.github.com>2020-10-28 14:51:47 -0400
committerGitHub <noreply@github.com>2020-10-28 14:51:47 -0400
commitbcab03c580b0363d381c426a66b73894382f7ead (patch)
tree12a26a9e4f533bcd0282762c3da0cf680b9c2079 /kirc.1
parentbump version to 0.1.8 (#77) (diff)
downloadkirc-bcab03c580b0363d381c426a66b73894382f7ead.tar.gz
kirc-bcab03c580b0363d381c426a66b73894382f7ead.tar.bz2
kirc-bcab03c580b0363d381c426a66b73894382f7ead.tar.xz
kirc-bcab03c580b0363d381c426a66b73894382f7ead.tar.zst
kirc-bcab03c580b0363d381c426a66b73894382f7ead.zip
0.1.9 (#79)
* cleanup * cleanup * add commands to readme * add CTRL+H * handUserInput: change else-if to switch * add ? back into to optarg * add comments * add CTCP ACTION * CTCP: add VERSION, CLIENTINFO, and PING support * CTCP: add TIME * version: bump to 0.1.9 * remove -w argument * change: static to dynamic nick width * man page: remove -w argument * change: : NIC_MIN to NIC_MAX * version: add copyright info * main: remove return(0) after -v * handleUserInput: remove last printf * remove media from master branch * README: add CTCP to features * README: add TLS definition * fix: CTCP TIME command * rawParser: fix for channel name not printing * rawParser: refactor * handleUserInput: add CTCP ACTION alias * handleUserInput: fix spacing * messageWrap: change strlen to strnlen * raw: replace strlen with strnlen * paramPrintPriv: new ACTION message color * fix ACTION message indicator * README: add CPCT ACTION command Co-authored-by: Michael Czigler <mcpcpc@users.noreply.github.com>
Diffstat (limited to 'kirc.1')
-rw-r--r--kirc.13
1 files changed, 0 insertions, 3 deletions
diff --git a/kirc.1 b/kirc.1
index 16bd749..85cd79b 100644
--- a/kirc.1
+++ b/kirc.1
@@ -41,9 +41,6 @@ Specifies the USER connection username
.BI \-k " pass"
Specifies the PASS connection password
.TP
-.BI \-w " nick_width"
-Specifies max character width printed in the left column
-.TP
.BI \-x " command"
Specifies additional commands to send to the host after initial connection.
.TP