From 7c59bd8c4bfa6dc91f6610e787a2374cfd788bbb Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C4=81nis=20R=C5=ABcis?= Date: Tue, 30 Mar 2010 20:40:34 +0300 Subject: [PATCH] IRC: tweak error messages --- irc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc.c b/irc.c index 560b2cf6..91c1ee12 100644 --- a/irc.c +++ b/irc.c @@ -12,7 +12,7 @@ static void IRC_Disconnect(void) { if (irc_socket) { - Con_Print("[IRC] Disconnected.\n"); + Con_Print("[IRC] Closed connection.\n"); LHNET_CloseSocket(irc_socket); irc_socket = NULL; } -- 2.39.2