From ad2c227a38389d6c74aefaff3019de9b3d007b20 Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Mon, 19 Jul 2021 17:06:24 -0500 Subject: [PATCH] Fix miscellaneous bugs --- rowbot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rowbot b/rowbot index 2e1e325..608ca59 100755 --- a/rowbot +++ b/rowbot @@ -408,7 +408,7 @@ on_sys_exit_998_net() { else log_info "rowbot is closing the connection to ircs://%s:%s" "${config[server]}" "${config[port]}" - if [[ -v tls_pid ]]; then + if [[ -v tls_pid ]] && is_running "$tls_pid"; then kill -STOP "$tls_pid" fi @@ -587,7 +587,7 @@ irc_on_004() { } irc_on_005() { - log_debug "received inotify specs" + log_debug "received inotify specification: ${msg_args[*]}" } irc_on_250() {