summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-03-14 12:39:56 -0700
committerRichard Linden <none@none>2011-03-14 12:39:56 -0700
commitee048db2095d8fc62e86b3dcc31188d7493af825 (patch)
tree09aa52ece805a1506323c5b3be6739e805d0daad /indra/newview
parent5038c068eac20425c702fd1dff06ccdacdec9e6f (diff)
removed source of notification spam for duplication-suppressed notifications
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llnotificationscripthandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnotificationscripthandler.cpp b/indra/newview/llnotificationscripthandler.cpp
index 45590c3cdb..bbb4d03768 100644
--- a/indra/newview/llnotificationscripthandler.cpp
+++ b/indra/newview/llnotificationscripthandler.cpp
@@ -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))
{