From effc112bed400d632368ca633d8a6600ea8c8aae Mon Sep 17 00:00:00 2001 From: David Athay Date: Mon, 13 Apr 2009 14:48:07 +0100 Subject: Fixed @'s in a user's nick --- src/gui/widgets/chattab.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui/widgets/chattab.cpp') diff --git a/src/gui/widgets/chattab.cpp b/src/gui/widgets/chattab.cpp index 1879a918..bbf71e83 100644 --- a/src/gui/widgets/chattab.cpp +++ b/src/gui/widgets/chattab.cpp @@ -163,6 +163,9 @@ void ChatTab::chatLog(std::string line, int own, bool ignoreRecord) tmp.nick = ""; lineColor = "##S"; } + + // check for @, # or [ in nick + tmp.nick = removeBadChars(tmp.nick); #ifdef EATHENA_SUPPORT if (tmp.nick.empty() && tmp.text.substr(0, 17) == "Visible GM status") -- cgit v1.2.3-70-g09d2