mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 22:39:26 +01:00
prefix for link [#462]
This commit is contained in:
parent
36d40f65a3
commit
1f426fa722
@ -2,5 +2,6 @@
|
|||||||
"autoTitle": false,
|
"autoTitle": false,
|
||||||
"dependencies": [ "command" ],
|
"dependencies": [ "command" ],
|
||||||
"ignorable": true,
|
"ignorable": true,
|
||||||
|
"outputPrefix": "\u00034link\u000f"
|
||||||
"help": "http://github.com/reality/depressionbot/blob/master/modules/link/README.md"
|
"help": "http://github.com/reality/depressionbot/blob/master/modules/link/README.md"
|
||||||
}
|
}
|
||||||
|
@ -53,7 +53,7 @@ var link = function(dbot) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.api.getTitle(link, function(title) {
|
this.api.getTitle(link, function(title) {
|
||||||
event.reply(title);
|
event.reply(dbot.t('link', { 'link': title} ));
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -11,5 +11,8 @@
|
|||||||
"en": "No hits.",
|
"en": "No hits.",
|
||||||
"na'vi": "Oel ke tsun rivum ayuoti.",
|
"na'vi": "Oel ke tsun rivum ayuoti.",
|
||||||
"nl": "Geen resultaten."
|
"nl": "Geen resultaten."
|
||||||
|
},
|
||||||
|
"link": {
|
||||||
|
"en": "{link}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user