mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-23 01:32:22 -05:00
Fix error message printing for raw numeric 263
This commit is contained in:
parent
ac9bbc6d99
commit
bdbb3d14bd
@ -510,7 +510,7 @@ process_numeric (session * sess, int n,
|
|||||||
if (fe_is_chanwindow (sess->server))
|
if (fe_is_chanwindow (sess->server))
|
||||||
{
|
{
|
||||||
fe_chan_list_end (sess->server);
|
fe_chan_list_end (sess->server);
|
||||||
fe_message (word_eol[5] + 1, FE_MSG_ERROR);
|
fe_message (word_eol[4] + 1, FE_MSG_ERROR);
|
||||||
}
|
}
|
||||||
goto def;
|
goto def;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user