1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 12:56:37 +02:00

relay: fix send of signals "relay_client_xxx" (closes #214)

The signals about relay client status changes were sent only when the client
has ended. Now it is went on any status change.
This commit is contained in:
Sébastien Helleu
2014-09-26 04:09:25 +02:00
parent c1aa51fa9c
commit c99df96ebd
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -1374,10 +1374,10 @@ relay_client_set_status (struct t_relay_client *client,
gnutls_deinit (client->gnutls_sess);
#endif
}
relay_client_send_signal (client);
}
relay_client_send_signal (client);
relay_buffer_refresh (WEECHAT_HOTLIST_MESSAGE);
}