diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-08-05 20:51:12 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-08-05 20:51:12 +0200 |
commit | 5aa93fdbb7319c6d1b35d64622daeb4e23b0aea2 (patch) | |
tree | 7c874e9f88addf1e804b8c1790451e586786b128 /src/plugins/irc/irc-bar-item.c | |
parent | 82199f8264846d0a9ab629c5d429b2e99d87080b (diff) | |
download | weechat-5aa93fdbb7319c6d1b35d64622daeb4e23b0aea2.zip |
irc: fix update of lag item when the server lag changes
Diffstat (limited to 'src/plugins/irc/irc-bar-item.c')
-rw-r--r-- | src/plugins/irc/irc-bar-item.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-bar-item.c b/src/plugins/irc/irc-bar-item.c index f168235ac..740a6f6a9 100644 --- a/src/plugins/irc/irc-bar-item.c +++ b/src/plugins/irc/irc-bar-item.c @@ -447,7 +447,6 @@ irc_bar_item_lag (void *data, struct t_gui_bar_item *item, irc_buffer_get_server_and_channel (buffer, &server, NULL); if (server - && (server->lag >= 0) && (server->lag >= weechat_config_integer (irc_config_network_lag_min_show))) { snprintf (buf, sizeof (buf), |