Fix a HUP reload bug

This commit is contained in:
Nick Chambers 2021-06-20 03:09:01 -05:00 committed by Nick Chambers
parent 5b29ff1cc1
commit 5ad193e38d
1 changed files with 2 additions and 0 deletions

2
rowbot
View File

@ -903,4 +903,6 @@ while recv line; do
"$hook"
done < <(compgen -A function "hook_cmd_")
fi
unset to
done