ircv3: Remove redundant account disconnection
Review Request #3794 — Created Jan. 31, 2025 and submitted — Latest diff uploaded
If an
error
is set on theIbisClient
, then thenotify::error
handlerpurple_ircv3_connection_error_cb
will disconnect the account with that error.So in
purple_ircv3_message_handler_error_cb
, pass the error toibis_client_stop
. This shouldn't change anything except remove the duplicate implementation of disconnecting the account.
Compiled and turtles only. I did try
PIDGIN-18031
, but it didn't fix it.