diff options
author | McCabe Maxsted | 2009-10-18 17:58:27 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-10-18 17:58:27 -0700 |
commit | e4b0e7c82d670081c071d8a3da31b5ec407b8e07 (patch) | |
tree | 9410962bbb582eedbec448139e217f2714050777 /linden/indra/newview/llimview.cpp | |
parent | Started 1.3.0 branch (diff) | |
parent | Updated and added some Linux libs. (diff) | |
download | meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.zip meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.gz meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.bz2 meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.xz |
Merged working branch of 1.2 into LL 1.23 merge
Diffstat (limited to 'linden/indra/newview/llimview.cpp')
-rw-r--r-- | linden/indra/newview/llimview.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/linden/indra/newview/llimview.cpp b/linden/indra/newview/llimview.cpp index 08e274b..790e20b 100644 --- a/linden/indra/newview/llimview.cpp +++ b/linden/indra/newview/llimview.cpp | |||
@@ -1515,6 +1515,19 @@ public: | |||
1515 | { | 1515 | { |
1516 | return; | 1516 | return; |
1517 | } | 1517 | } |
1518 | // [RLVa:KB] - Checked: 2009-07-10 (RLVa-1.0.0g) | ||
1519 | // TODO-RLVa: duplicate from process_improved_im()? | ||
1520 | if (gRlvHandler.hasBehaviour(RLV_BHVR_RECVIM)) | ||
1521 | { | ||
1522 | if (gAgent.isInGroup(session_id)) | ||
1523 | { | ||
1524 | if (!gRlvHandler.isException(RLV_BHVR_RECVIM, session_id)) | ||
1525 | return; | ||
1526 | } | ||
1527 | else if (!gRlvHandler.isException(RLV_BHVR_RECVIM, from_id)) | ||
1528 | message = message.substr(0, message_offset) + rlv_handler_t::cstrBlockedRecvIM; | ||
1529 | } | ||
1530 | // [/RLVa:KB] | ||
1518 | 1531 | ||
1519 | // standard message, not from system | 1532 | // standard message, not from system |
1520 | std::string saved; | 1533 | std::string saved; |