diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index 6e196bc7b..b3dd4bd21 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -2230,7 +2230,7 @@ void process_improved_im(LLMessageSystem *msg, void **user_data) { if (!gIMMgr->hasSession(session_id) || gSavedPerAccountSettings.getBOOL("AscentInstantMessageResponseRepeat")) { - busy_message(msg, from_id); + if (to_id.notNull()) busy_message(msg, from_id); } // now store incoming IM in chat history