Remove TO from the environment after use

This commit is contained in:
Nick Chambers 2021-06-20 03:11:33 -05:00
parent fa79f53b7a
commit cf3a49d919
1 changed files with 1 additions and 0 deletions

1
rowbot
View File

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