From 83215a91c69a89027f1071354df7345423870e6b Mon Sep 17 00:00:00 2001 From: Akamaru Date: Thu, 25 Aug 2016 21:34:44 +0200 Subject: [PATCH] Steam Fix --- miku/plugins/steam.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miku/plugins/steam.lua b/miku/plugins/steam.lua index 2d9383a..af2296f 100644 --- a/miku/plugins/steam.lua +++ b/miku/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