diff options
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() |