From bcab03c580b0363d381c426a66b73894382f7ead Mon Sep 17 00:00:00 2001 From: Michael Czigler <37268479+mcpcpc@users.noreply.github.com> Date: Wed, 28 Oct 2020 14:51:47 -0400 Subject: 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 --- .github/kirc.png | Bin 449970 -> 0 bytes .github/tty.gif | Bin 638576 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .github/kirc.png delete mode 100644 .github/tty.gif (limited to '.github') diff --git a/.github/kirc.png b/.github/kirc.png deleted file mode 100644 index 260e13f..0000000 Binary files a/.github/kirc.png and /dev/null differ diff --git a/.github/tty.gif b/.github/tty.gif deleted file mode 100644 index ed381f5..0000000 Binary files a/.github/tty.gif and /dev/null differ -- cgit v1.2.3