diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-04-10 22:15:46 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-04-10 22:15:46 +0000 |
commit | 760967f3c0dae0c352568a2865c57679559806fa (patch) | |
tree | 9c099890331196c7a5e624fc69f4e39c9fa0a1a5 | |
parent | 45c1cec1cb32c959a09b1cbc8729b06aa22e1ee5 (diff) | |
download | mana-760967f3c0dae0c352568a2865c57679559806fa.tar.gz mana-760967f3c0dae0c352568a2865c57679559806fa.tar.bz2 mana-760967f3c0dae0c352568a2865c57679559806fa.tar.xz mana-760967f3c0dae0c352568a2865c57679559806fa.zip |
I guess I messed this up a bit.
-rw-r--r-- | src/gui/chat.cpp | 2 |
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) { |