diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-24 12:54:02 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-24 12:54:02 +0200 |
commit | bdbb3d14bd439982aa85f3956b69d04d52ec079b (patch) | |
tree | 9254c644042f7dc96e72b597dce256b862c4323e /src/common | |
parent | ac9bbc6d9982e774cde9711e8d906978b78acdfd (diff) |
Fix error message printing for raw numeric 263
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/proto-irc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/proto-irc.c b/src/common/proto-irc.c index 10c81157..b1c869fc 100644 --- a/src/common/proto-irc.c +++ b/src/common/proto-irc.c @@ -510,7 +510,7 @@ process_numeric (session * sess, int n, if (fe_is_chanwindow (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; |