3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-24 03:33:07 +01:00

Merge github.com:reality/depressionbot into database

This commit is contained in:
reality 2013-05-21 17:48:42 +00:00
commit 66cd7b757a

View File

@ -124,7 +124,7 @@ var link = function(dbot) {
}
if(!handlerFound) {
this.api.getTitle(urlMatches[0], function(title) {
event.reply(title);
event.reply(dbot.t('link', { 'link': title } ));
});
}
}