From 41fe000bf46be1c3d3cf5189442d38453dd0c148 Mon Sep 17 00:00:00 2001 From: reality Date: Mon, 28 Oct 2013 17:03:08 +0000 Subject: [PATCH] gooood sam --- modules/steam/steam.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/steam/steam.js b/modules/steam/steam.js index 58ebaa4..0e91947 100644 --- a/modules/steam/steam.js +++ b/modules/steam/steam.js @@ -182,6 +182,7 @@ var steam = function(dbot) { }.bind(this)); } }; + this.commands['~games'].regex = [/^~games ([\d\w[\]{}^|\\`_-]+?)/, 2]; _.each(this.commands, function(command) { command.resolver = function(event, callback) {