3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00

Update words.js

This commit is contained in:
Luke Slater 2014-11-30 03:59:19 +00:00
parent 72afc1ca0a
commit 047ed35f83

View File

@ -65,7 +65,7 @@ var words = function(dbot) {
if(!err && word) {
this.wn.definitions(encodeURIComponent(word.word), function(err, defs) {
if(!err && defs[0]) {
if(defs[0].text.match(/plural/i)) {
if(!defs[0].text.match(/plural/i)) {
event.reply(dbot.t('def', {
'word': word.word,
'definition': defs[0].text