forked from GitHub/dbot
Update words.js
This commit is contained in:
parent
2d8a1da470
commit
f8cfc04ab2
@ -65,7 +65,7 @@ var words = function(dbot) {
|
|||||||
if(!err && word) {
|
if(!err && word) {
|
||||||
this.wn.definitions(encodeURIComponent(word.word), function(err, defs) {
|
this.wn.definitions(encodeURIComponent(word.word), function(err, defs) {
|
||||||
if(!err && defs[0]) {
|
if(!err && defs[0]) {
|
||||||
if(!String(defs[0]).match(/plural/i)) {
|
if(defs[0].text.match(/plural/i)) {
|
||||||
event.reply(dbot.t('def', {
|
event.reply(dbot.t('def', {
|
||||||
'word': word.word,
|
'word': word.word,
|
||||||
'definition': defs[0].text
|
'definition': defs[0].text
|
||||||
|
Loading…
Reference in New Issue
Block a user