3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00
This commit is contained in:
reality 2013-01-20 18:22:17 +00:00
parent 05e6d084b5
commit bf40369352

View File

@ -13,7 +13,7 @@ var commands = function(dbot) {
var aliases = _.first(aliases, 10);
var including = 'including: ';
for(var i=0;i<aliases.length;i++) {
including += alises[i] + ', ';
including += aliases[i] + ', ';
}
including = including.slice(0, -2) + '.';