Skip to content
Snippets Groups Projects
Commit 85d6c9b2 authored by ¡Cinder! ㊝'s avatar ¡Cinder! ㊝ :speech_balloon:
Browse files

Bob's your mom. Someone did a bad

parent 730037f8
No related branches found
No related tags found
No related merge requests found
......@@ -1184,10 +1184,6 @@ LLView* LLFloaterIMSessionTab::getChatHistory()
// virtual
void LLFloaterIMSessionTab::applyMUPose(std::string& text)
{
static LLCachedControl<bool> useMUPose(gSavedSettings, "AlchemyChatMUPose", false);
if (!useMUPose)
return;
if (text.at(0) == ':'
&& text.length() > 3)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment