summary refs log tree commit diff stats
path: root/src/common/proto-irc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/proto-irc.c')
-rw-r--r--src/common/proto-irc.c2
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;