diff options
Diffstat (limited to 'src/gui/chat.cpp')
-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) { |