summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-26 20:53:04 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-26 20:53:04 +0300
commit67ecfd5dc5ac6b45e42f6a47263f494fa17bc46d (patch)
tree912d2741d258a32f966d5cbb984a5865a5492783 /src/commands.cpp
parenta4077c474c370275442982965bb174b2e1e59422 (diff)
downloadplus-67ecfd5dc5ac6b45e42f6a47263f494fa17bc46d.tar.gz
plus-67ecfd5dc5ac6b45e42f6a47263f494fa17bc46d.tar.bz2
plus-67ecfd5dc5ac6b45e42f6a47263f494fa17bc46d.tar.xz
plus-67ecfd5dc5ac6b45e42f6a47263f494fa17bc46d.zip
Move chat command /dirs into actions.
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 3c3b1dbe4..acb240b28 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -157,22 +157,6 @@ impHandler(hack)
return true;
}
-impHandler0(dirs)
-{
- if (!localPlayer || !debugChatTab)
- return false;
-
- debugChatTab->chatLog("config directory: "
- + settings.configDir);
- debugChatTab->chatLog("logs directory: "
- + settings.localDataDir);
- debugChatTab->chatLog("screenshots directory: "
- + settings.screenshotDir);
- debugChatTab->chatLog("temp directory: "
- + settings.tempDir);
- return true;
-}
-
impHandler(info)
{
if (!event.tab || !localPlayer || tmwServerVersion > 0)