diff options
author | David Athay <ko2fan@gmail.com> | 2009-04-13 16:03:38 +0100 |
---|---|---|
committer | David Athay <ko2fan@gmail.com> | 2009-04-13 16:03:38 +0100 |
commit | ceff9177ea052c9e398fc9f337cf5320deba14ed (patch) | |
tree | 563e740f4ad9ddd9fe89d4385c7700efcb7a5320 /src/gui/widgets/chattab.cpp | |
parent | effc112bed400d632368ca633d8a6600ea8c8aae (diff) | |
download | mana-ceff9177ea052c9e398fc9f337cf5320deba14ed.tar.gz mana-ceff9177ea052c9e398fc9f337cf5320deba14ed.tar.bz2 mana-ceff9177ea052c9e398fc9f337cf5320deba14ed.tar.xz mana-ceff9177ea052c9e398fc9f337cf5320deba14ed.zip |
Fixed broken links
Diffstat (limited to 'src/gui/widgets/chattab.cpp')
-rw-r--r-- | src/gui/widgets/chattab.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/widgets/chattab.cpp b/src/gui/widgets/chattab.cpp index bbf71e83..1879a918 100644 --- a/src/gui/widgets/chattab.cpp +++ b/src/gui/widgets/chattab.cpp @@ -163,9 +163,6 @@ 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") |