Fixed the exit command to actually exit instead of trying to reconnect.
This commit is contained in:
@@ -24,6 +24,7 @@ check_dependencies() {
|
||||
}
|
||||
|
||||
close_bot() {
|
||||
intentionalExit=true
|
||||
echo -en "QUIT :${quitMessage}\r\n" >> "$input"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user