removed source of notification spam for duplication-suppressed notifications

master
Richard Linden 2011-03-14 12:39:56 -07:00
parent 5038c068ea
commit ee048db209
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ bool LLScriptHandler::processNotification(const LLSD& notify)
initChannel();
}
if(notify["sigtype"].asString() == "add" || notify["sigtype"].asString() == "change")
if(notify["sigtype"].asString() == "add")
{
if (LLHandlerUtil::canLogToIM(notification))
{