ircv3: Remove redundant account disconnection

Review Request #3794 — Created Jan. 31, 2025 and submitted — Latest diff uploaded

Information

pidgin/pidgin
default

Reviewers

If an error is set on the IbisClient, then the notify::error handler purple_ircv3_connection_error_cb will disconnect the account with that error.

So in purple_ircv3_message_handler_error_cb, pass the error to ibis_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.

Commits

Files