Fixed the exit command to actually exit instead of trying to reconnect.

This commit is contained in:
Storm Dragon
2025-10-25 17:02:55 -04:00
parent 259195b021
commit b61d6c673c
2 changed files with 11 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ check_dependencies() {
}
close_bot() {
intentionalExit=true
echo -en "QUIT :${quitMessage}\r\n" >> "$input"
}