From c82db19d8807c0d380de7f89f6f73dd5138a3818 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Thu, 25 Aug 2016 18:21:37 +0200 Subject: [PATCH] Fixe Steam --- otouto/plugins/steam.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otouto/plugins/steam.lua b/otouto/plugins/steam.lua index 2d9383a..af2296f 100644 --- a/otouto/plugins/steam.lua +++ b/otouto/plugins/steam.lua @@ -45,7 +45,7 @@ function steam:send_steam_data(data, msg) return text, image_url end -function steam:action(msg) +function steam:action(msg, config, matches) local data = steam:get_steam_data(matches[1]) if not data then utilities.send_reply(msg, config.errors.connection) return end