From 1c7d1e52decce816a0da17234386f77e7693f0b7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 23 Apr 2014 00:39:35 +0300 Subject: Fix links removing from over head text. --- src/being/being.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/being/being.cpp b/src/being/being.cpp index 621b61d02..683bfb6f5 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -441,7 +441,7 @@ void Being::setSpeech(const std::string &text, const std::string &channel, mSpeech.erase(e, 1); mSpeech.erase(start, (position - start) + 1); } - position = mSpeech.find('@'); + position = mSpeech.find("@@"); while (position != std::string::npos) { -- cgit v1.2.3-60-g2f50