3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00

gooood sam

This commit is contained in:
reality 2013-10-28 17:03:08 +00:00
parent 7c1b1066f9
commit 41fe000bf4

View File

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