Ignore group chat, from Imprudence

This commit is contained in:
Siana Gearz
2011-03-03 03:38:33 +01:00
parent 58a0e3feee
commit 754c70770a
7 changed files with 180 additions and 0 deletions

View File

@@ -119,6 +119,7 @@
#include "llhudmanager.h"
#include "llhttpclient.h"
#include "llimagebmp.h"
#include "llimview.h" // for gIMMgr
#include "llinventorymodel.h"
#include "llinventoryview.h"
#include "llkeyboard.h"
@@ -1833,6 +1834,8 @@ bool idle_startup()
// OGPX : successful login path common to OGP and XML-RPC
if (successful_login)
{
gIMMgr->loadIgnoreGroup();
// JC: gesture loading done below, when we have an asset system
// in place. Don't delete/clear user_credentials until then.