mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 11:12:34 +01:00
Fix missing first letter in busy server error popup
This commit is contained in:
parent
069a6adb19
commit
b407bfa168
@ -519,7 +519,7 @@ process_numeric (session * sess, int n,
|
||||
if (fe_is_chanwindow (sess->server))
|
||||
{
|
||||
fe_chan_list_end (sess->server);
|
||||
fe_message (word_eol[4] + 1, FE_MSG_ERROR);
|
||||
fe_message (word_eol[4], FE_MSG_ERROR);
|
||||
}
|
||||
goto def;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user