Unnötiges entfernt

This commit is contained in:
Akamaru 2015-11-14 22:52:17 +01:00
parent 66ff88cc7f
commit d0a32f0f1e
1 changed files with 0 additions and 4 deletions

View File

@ -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 {