From 04a32e2d1adaf36e61a52cce94d416660f56e0aa Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Sun, 30 Dec 2012 17:00:05 +0000 Subject: [PATCH] and taht git-svn-id: http://svn.net-core.org/repos/t-engine4@6297 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/class/uiset/Minimalist.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/game/modules/tome/class/uiset/Minimalist.lua b/game/modules/tome/class/uiset/Minimalist.lua index 4b1fcda407..98b47eee6f 100644 --- a/game/modules/tome/class/uiset/Minimalist.lua +++ b/game/modules/tome/class/uiset/Minimalist.lua @@ -2019,6 +2019,7 @@ function _M:setupMouse(mouse) if button == "right" and event == "button" then extra.add_map_action = { { name="Show chat user", fct=function() profile.chat:showUserInfo(user.login) end }, + { name="Whisper", fct=function() profile.chat:setCurrentTarget(false, user.login) profile.chat:talkBox() end }, { name="Report user for bad behavior", fct=function() game:registerDialog(require('engine.dialogs.GetText').new("Reason to report: "..user.login, "Reason", 4, 500, function(text) profile.chat:reportUser(user.login, text) -- GitLab