diff --git a/plugins/text_get.lua b/plugins/text_get.lua index d72e4b0..571aaf1 100644 --- a/plugins/text_get.lua +++ b/plugins/text_get.lua @@ -30,11 +30,7 @@ local function list_variables(msg) end local function run(msg, matches) - if matches[2] then - return get_value(msg, matches[2]) - else return list_variables(msg) - end end return {