Just kidding, IM handling works now. For future reference - Don't make the commit data before you're going to push it - you can't change it later, apparently, or clear the commit to make a new one.

This commit is contained in:
Beeks
2010-08-23 07:56:22 -04:00
parent dc24f15c8d
commit 3c97386456
2 changed files with 39 additions and 9 deletions

View File

@@ -407,10 +407,8 @@ void LLChatBar::sendChat( EChatType type )
std::string utf8_revised_text;
if (0 == channel)
{
llinfos << "Checking for OOC handling" << llendl;
if (gSavedSettings.getBOOL("AscentAutoCloseOOC"))
{
llinfos << "OOC Handling occurring" << llendl;
// Chalice - OOC autoclosing patch based on code by Henri Beauchamp
int needsClosingType=0;
//Check if it needs the end-of-chat brackets -HgB