3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 14:29:29 +01:00
This commit is contained in:
reality 2013-12-27 16:31:52 +00:00
parent 563a9adaf9
commit 5c34719ad1

View File

@ -16,6 +16,7 @@ var words = function(dbot) {
'~etymology': function(event) {
var query = event.params[1];
this.wn.etymologies(encodeURIComponent(query), function(err, defs) {
console.log(defs);
if(!err && defs[0]) {
event.reply(query + ' etymology: ' + defs[0].text);
} else {