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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user