summaryrefslogtreecommitdiff
path: root/src/gui/chat.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-10 22:15:46 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-10 22:15:46 +0000
commit760967f3c0dae0c352568a2865c57679559806fa (patch)
tree9c099890331196c7a5e624fc69f4e39c9fa0a1a5 /src/gui/chat.cpp
parent45c1cec1cb32c959a09b1cbc8729b06aa22e1ee5 (diff)
downloadmana-client-760967f3c0dae0c352568a2865c57679559806fa.tar.gz
mana-client-760967f3c0dae0c352568a2865c57679559806fa.tar.bz2
mana-client-760967f3c0dae0c352568a2865c57679559806fa.tar.xz
mana-client-760967f3c0dae0c352568a2865c57679559806fa.zip
I guess I messed this up a bit.
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r--src/gui/chat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp
index 179fca2a..bbd5cb00 100644
--- a/src/gui/chat.cpp
+++ b/src/gui/chat.cpp
@@ -281,7 +281,7 @@ ChatWindow::chatSend(const std::string &nick, std::string msg)
chatLog("/where: Display map name", BY_SERVER);
chatLog("/who: Display number of online users", BY_SERVER);
chatLog("/clear: Clears this window", BY_SERVER);
- chatLog("/whisper: Whisper <nick> <message> - sends a private <message> to <nick>", BY_SERVER);
+ chatLog("/whisper <nick> <message>: Sends a private <message> to <nick>", BY_SERVER);
}
else if (msg.substr(0, IS_WHERE_LENGTH) == IS_WHERE)
{