ircbot: Make shellcheck happy

This commit is contained in:
sceox 2023-09-16 14:12:38 -07:00
parent 03c1923e7e
commit 163808bf97

View File

@ -8,6 +8,7 @@ if ! test -r $conf; then
echo "cannot read configuration file, exiting"
exit 1
else
# shellcheck source=ircbot.conf.default
. $conf
fi