forked from GitHub/dbot
Merge github.com:reality/depressionbot into database
This commit is contained in:
commit
66cd7b757a
@ -124,7 +124,7 @@ var link = function(dbot) {
|
|||||||
}
|
}
|
||||||
if(!handlerFound) {
|
if(!handlerFound) {
|
||||||
this.api.getTitle(urlMatches[0], function(title) {
|
this.api.getTitle(urlMatches[0], function(title) {
|
||||||
event.reply(title);
|
event.reply(dbot.t('link', { 'link': title } ));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user