From c77406ae3fd357c3d2eabd36ec524e049e265857 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 26 Nov 2011 18:41:24 +0000 Subject: MSN: No clue if the OUT command can specify other reasons, but if so, show it to the user. --- protocols/msn/ns.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/msn/ns.c b/protocols/msn/ns.c index 604e2f4e..e144a8d2 100644 --- a/protocols/msn/ns.c +++ b/protocols/msn/ns.c @@ -479,7 +479,8 @@ static int msn_ns_command( struct msn_handler_data *handler, char **cmd, int num } else { - imcb_error( ic, "Session terminated by remote server (reason unknown)" ); + imcb_error( ic, "Session terminated by remote server (%s)", + cmd[1] ? cmd[1] : "reason unknown)" ); } imc_logout( ic, allow_reconnect ); -- cgit v1.2.3