From 72b3c6f995af11c6354f2660b637d20485696f39 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Mon, 23 Jan 2017 09:19:08 +0200 Subject: [PATCH] [Fix] Replies module: fix symbol weight --- src/plugins/lua/replies.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lua/replies.lua b/src/plugins/lua/replies.lua index d1cd23c60..b9876290b 100644 --- a/src/plugins/lua/replies.lua +++ b/src/plugins/lua/replies.lua @@ -46,7 +46,7 @@ local function replies_check(task) end if data == '1' then -- Hash was found - task:insert_result(settings['symbol'], 0.0) + task:insert_result(settings['symbol'], 1.0) if settings['action'] ~= nil then local ip_addr = task:get_ip() if task:get_user() or (ip_addr and ip_addr:is_local()) then -- 2.39.5