From 243418237bdaee6073eb204aa004a9c093343fef Mon Sep 17 00:00:00 2001 From: Akamaru Date: Mon, 22 Jun 2015 00:43:32 +0200 Subject: [PATCH] fixed rss sync --- plugins/rss.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/rss.lua b/plugins/rss.lua index 62181af..5e08651 100644 --- a/plugins/rss.lua +++ b/plugins/rss.lua @@ -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