diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-26 20:53:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-26 20:53:04 +0300 |
commit | 67ecfd5dc5ac6b45e42f6a47263f494fa17bc46d (patch) | |
tree | 912d2741d258a32f966d5cbb984a5865a5492783 /src/commands.cpp | |
parent | a4077c474c370275442982965bb174b2e1e59422 (diff) | |
download | mv-67ecfd5dc5ac6b45e42f6a47263f494fa17bc46d.tar.gz mv-67ecfd5dc5ac6b45e42f6a47263f494fa17bc46d.tar.bz2 mv-67ecfd5dc5ac6b45e42f6a47263f494fa17bc46d.tar.xz mv-67ecfd5dc5ac6b45e42f6a47263f494fa17bc46d.zip |
Move chat command /dirs into actions.
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 16 |
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) |