Merge pull request #43 from TiagoDanin/patch-1
administration.lua: Fix cron().
This commit is contained in:
commit
7813564209
@ -1133,7 +1133,7 @@ local action = function(msg)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local cron = function()
|
local cron = function()
|
||||||
tg = sender(localhost, config.cldgmi_port)
|
tg = sender(localhost, config.cli_port)
|
||||||
end
|
end
|
||||||
|
|
||||||
local command = 'groups'
|
local command = 'groups'
|
||||||
|
Reference in New Issue
Block a user