fixed rss sync

This commit is contained in:
Akamaru 2015-06-22 00:43:32 +02:00
parent 5dde8edad8
commit 243418237b

View File

@ -161,8 +161,6 @@ local function run(msg, matches)
if matches[1] == "sync" then
if not is_sudo(msg) then
return 'Du kannst das nicht'
else
return 'RSS aktualisiert'
end
cron()
end