1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 11:13:12 +02:00

irc: fix message when disconnecting from server in case of high lag when server option autoreconnect is off (closes #1708)

This commit is contained in:
Sébastien Helleu
2022-09-17 12:12:06 +02:00
parent 36d2e7427e
commit 5284921701
16 changed files with 48 additions and 39 deletions
+1 -1
View File
@@ -3831,7 +3831,7 @@ irc_server_timer_cb (const void *pointer, void *data, int remaining_calls)
{
weechat_printf (
ptr_server->buffer,
_("%s%s: lag is high, reconnecting to server %s%s%s"),
_("%s%s: lag is high, disconnecting from server %s%s%s"),
weechat_prefix ("network"),
IRC_PLUGIN_NAME,
IRC_COLOR_CHAT_SERVER,