From fe79de663c230f7d4b525a5052da39b1d10c3b9d Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 16 Sep 2012 21:42:11 +0100 Subject: One more semicolon check (BYE command). --- protocols/msn/sb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/msn/sb.c b/protocols/msn/sb.c index 9c015a9c..1cd1c743 100644 --- a/protocols/msn/sb.c +++ b/protocols/msn/sb.c @@ -635,7 +635,7 @@ static int msn_sb_command( struct msn_handler_data *handler, char **cmd, int num as a spare for a next conversation sounds more sane to me. The server will clean it up when it's idle for too long. */ } - else if( sb->chat ) + else if( sb->chat && !strchr( cmd[1], ';' ) ) { imcb_chat_remove_buddy( sb->chat, cmd[1], "" ); } -- cgit v1.2.3