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