From 67ecfd5dc5ac6b45e42f6a47263f494fa17bc46d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 26 Aug 2014 20:53:04 +0300 Subject: Move chat command /dirs into actions. --- src/commands.cpp | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/commands.cpp') 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) -- cgit v1.2.3-70-g09d2