From b10fd65d6856d6cfc7d5c48b8ddd257b745b99ef Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Fri, 10 Dec 2021 02:43:18 -0600 Subject: [PATCH] Remove the rest of the unused config --- bash/irc | 1 - 1 file changed, 1 deletion(-) diff --git a/bash/irc b/bash/irc index b1d57ca..9f2f719 100755 --- a/bash/irc +++ b/bash/irc @@ -1,6 +1,5 @@ #!/usr/bin/env bash -host=irc.libera.chat port=6667 exec {sock}<>/dev/tcp/irc.libera.chat/6667 while IFS= read -ru "$sock" line; do