From 0a772ff13908dc23ab957f168e0e3ef51ea755f1 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 13 Feb 2020 01:01:23 -0500 Subject: Explicitly close the TLS connection Just to be nice. --- chat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'chat.c') diff --git a/chat.c b/chat.c index dbd2784..284302d 100644 --- a/chat.c +++ b/chat.c @@ -269,5 +269,6 @@ int main(int argc, char *argv[]) { }; handle(msg); + ircClose(); uiHide(); } -- cgit 1.4.1 lass='form'>
IRC logger
summary refs log tree commit diff
path: root/Makefile (unfollow)
Commit message (Expand)Author
2020-02-22Include <>/-/* around nicks in coloringJune McEnroe
2020-02-22Use (almost) the full range of IRC colors for nicksJune McEnroe