summaryrefslogtreecommitdiff
path: root/src/commandhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-08-13 23:30:13 +0300
committerAndrei Karas <akaras@inbox.ru>2012-08-13 23:36:55 +0300
commitd589fe649959239c268b1affddee8a453f96e969 (patch)
tree5cf63f44ad5191df439564919dafdf72145d16de /src/commandhandler.cpp
parent7ad6bc89291c198122f087a11fd9ab585ea87034 (diff)
downloadplus-d589fe649959239c268b1affddee8a453f96e969.tar.gz
plus-d589fe649959239c268b1affddee8a453f96e969.tar.bz2
plus-d589fe649959239c268b1affddee8a453f96e969.tar.xz
plus-d589fe649959239c268b1affddee8a453f96e969.zip
Add support for temp dir.
Diffstat (limited to 'src/commandhandler.cpp')
-rw-r--r--src/commandhandler.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp
index 8fab8e042..6a5e9fcef 100644
--- a/src/commandhandler.cpp
+++ b/src/commandhandler.cpp
@@ -915,6 +915,8 @@ void CommandHandler::handleDirs(const std::string &args A_UNUSED,
+ Client::getLocalDataDirectory());
debugChatTab->chatLog("screenshots directory: "
+ Client::getScreenshotDirectory());
+ debugChatTab->chatLog("temp directory: "
+ + Client::getTempDirectory());
}
void CommandHandler::handleInfo(const std::string &args A_UNUSED,