strings.json usage complete in link [#88]

This commit is contained in:
reality 2012-12-30 16:51:30 +00:00
parent 56a7107b88
commit 5bf5b257f8

View File

@ -25,7 +25,7 @@ var link = function(dbot) {
if(title) { if(title) {
event.reply(title[1]); event.reply(title[1]);
} else { } else {
event.reply('no title found'); event.reply(dbot.t('title_not_found'));
} }
} }
}); });