Merge pull request #43 from TiagoDanin/patch-1

administration.lua: Fix cron().
This commit is contained in:
Drew 2016-03-06 02:03:19 -05:00
commit 7813564209

View File

@ -1133,7 +1133,7 @@ local action = function(msg)
end
local cron = function()
tg = sender(localhost, config.cldgmi_port)
tg = sender(localhost, config.cli_port)
end
local command = 'groups'