diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-03-12 21:59:09 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-03-12 21:59:09 +0200 |
commit | 7f1553890e614d5c7afd7f01a11277b822fd4a05 (patch) | |
tree | 1d6cb7011db199d41efb3060ce9ede0c57a3b810 /src/gui/chat.cpp | |
parent | 0c6bf93ee13f0b3344079ebf4e60c5ec8323f0bd (diff) | |
download | plus-7f1553890e614d5c7afd7f01a11277b822fd4a05.tar.gz plus-7f1553890e614d5c7afd7f01a11277b822fd4a05.tar.bz2 plus-7f1553890e614d5c7afd7f01a11277b822fd4a05.tar.xz plus-7f1553890e614d5c7afd7f01a11277b822fd4a05.zip |
Add /uptime chat command to show client uptime.
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r-- | src/gui/chat.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp index b2f51a5e6..399202b70 100644 --- a/src/gui/chat.cpp +++ b/src/gui/chat.cpp @@ -262,6 +262,7 @@ void ChatWindow::fillCommands() mCommands.push_back("/dirs"); mCommands.push_back("/info"); mCommands.push_back("/wait"); + mCommands.push_back("/uptime"); } void ChatWindow::resetToDefaultSize() |