This is a simple change to avoid Emacs' warning "Active processes exist; kill them and exit anyway? (yes or no)" when weechat-relay is connected to weechat and Emacs is about to exit. In my opinion, since disconnecting from the relay doesn't have any side effects (i.e. it doesn't close weechat) there isn't really much point to having this warning and it just gets in the way. However, if you think there is a use-case for keeping this warning, I'd also be willing to update this PR to make it a custom option instead of disabling it completely.
This is a simple change to avoid Emacs' warning "Active processes exist; kill them and exit anyway? (yes or no)" when weechat-relay is connected to weechat and Emacs is about to exit. In my opinion, since disconnecting from the relay doesn't have any side effects (i.e. it doesn't close weechat) there isn't really much point to having this warning and it just gets in the way. However, if you think there is a use-case for keeping this warning, I'd also be willing to update this PR to make it a
custom
option instead of disabling it completely.