summaryrefslogtreecommitdiff
path: root/src/gui/chat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r--src/gui/chat.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp
index 6b8854ca..71cdd25a 100644
--- a/src/gui/chat.cpp
+++ b/src/gui/chat.cpp
@@ -211,11 +211,13 @@ char *ChatWindow::chat_send(std::string nick, std::string msg)
// prepare command
if (msg.substr(0, 1) == "/") {
// global announcement
- if(msg.substr(0, IS_ANNOUNCE_LENGTH) == IS_ANNOUNCE) {
+ /*if(msg.substr(0, IS_ANNOUNCE_LENGTH) == IS_ANNOUNCE) {
msg.erase(0, IS_ANNOUNCE_LENGTH);
packid = 0x0099;
- }
+ }*/
// prepare ordinary message
+ chat_log("Sorry but /commands are not available yet", BY_PLAYER);
+ return "";
}
else {
// temporary hack to make messed-up-keyboard-ppl able to send GM commands