1
0
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:
Berke Viktor 2012-10-24 12:54:02 +02:00
parent ac9bbc6d99
commit bdbb3d14bd

View File

@ -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;