summaryrefslogtreecommitdiff
path: root/src/gui/widgets/chattab.cpp
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2009-05-14 12:16:34 +0100
committerDavid Athay <ko2fan@gmail.com>2009-05-14 12:16:34 +0100
commitdc1eb0895382451b1c79c60ecb7ca7dbbec89681 (patch)
tree56742cbe8674d68e152f23885a7e062becf9b5ce /src/gui/widgets/chattab.cpp
parentc96fbe557a3274325399411456e98a5a63b1bc54 (diff)
parent39e06227df101a73aa5b9078a3afb6a7a71b89ba (diff)
downloadmana-client-dc1eb0895382451b1c79c60ecb7ca7dbbec89681.tar.gz
mana-client-dc1eb0895382451b1c79c60ecb7ca7dbbec89681.tar.bz2
mana-client-dc1eb0895382451b1c79c60ecb7ca7dbbec89681.tar.xz
mana-client-dc1eb0895382451b1c79c60ecb7ca7dbbec89681.zip
Merge branch 'master' of git@gitorious.org:tmw/mainline
Diffstat (limited to 'src/gui/widgets/chattab.cpp')
-rw-r--r--src/gui/widgets/chattab.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gui/widgets/chattab.cpp b/src/gui/widgets/chattab.cpp
index defc06f0..711680d1 100644
--- a/src/gui/widgets/chattab.cpp
+++ b/src/gui/widgets/chattab.cpp
@@ -162,13 +162,6 @@ void ChatTab::chatLog(std::string line, int own, bool ignoreRecord)
lineColor = "##S";
}
-#ifdef EATHENA_SUPPORT
- if (tmp.nick.empty() && tmp.text.substr(0, 17) == "Visible GM status")
- {
- player_node->setGM(true);
- }
-#endif
-
// Get the current system time
time_t t;
time(&t);