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

@@ -3654,6 +3654,8 @@ void LLAppViewer::idleShutdown()
// close IM interface
if(gIMMgr)
{
// Save group chat ignore list -- MC
gIMMgr->saveIgnoreGroup();
gIMMgr->disconnectAllSessions();
}