From cf3a49d9199b9f41123794e9e4974d17bdb339cc Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Sun, 20 Jun 2021 03:11:33 -0500 Subject: [PATCH] Remove TO from the environment after use --- rowbot | 1 + 1 file changed, 1 insertion(+) diff --git a/rowbot b/rowbot index 0b65c2b..24c962f 100755 --- a/rowbot +++ b/rowbot @@ -806,6 +806,7 @@ hook_post_NICK_alternick() { if [[ $reload = yes ]]; then if [[ -v TO ]]; then privmsg "$TO" done. + unset TO else info done. fi