Remove unnecessary config variables

This commit is contained in:
Nick Chambers 2021-12-07 05:54:13 -06:00
parent e130fb87b4
commit 3cdb83f092
1 changed files with 1 additions and 3 deletions

View File

@ -1,9 +1,7 @@
#!/usr/bin/env bash
host=irc.libera.chat port=6667
nick=bashbot ident=bashbot realname=bashbot
exec {sock}<>/dev/tcp/"$host"/"$port"
exec {sock}<>/dev/tcp/irc.libera.chat/6667
while IFS= read -ru "$sock" line; do
line=${line%$'\r'}