From 620d7602a2c32973b33a079159f56f632bbd983d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 26 Jan 2014 22:05:50 +0300 Subject: add chat command for uploading log file. New chat command: /uploadlog --- src/commands.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/commands.cpp') diff --git a/src/commands.cpp b/src/commands.cpp index ee41b04d0..8ebcfd5fd 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -1342,6 +1342,13 @@ impHandler0(uploadConfig) "?xml"); } +impHandler0(uploadLog) +{ + uploadFile(_("Uploaded log into:"), + client->getLogFileName(), + "?txt"); +} + impHandler0(testsdlfont) { #if defined USE_OPENGL && defined DEBUG_SDLFONT -- cgit v1.2.3-70-g09d2