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) {