Remove the rest of the unused config

This commit is contained in:
Nick Chambers 2021-12-10 02:43:18 -06:00
parent 3cdb83f092
commit b10fd65d68
1 changed files with 0 additions and 1 deletions

View File

@ -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