mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 04:49:25 +01:00
Update words.js
This commit is contained in:
parent
72afc1ca0a
commit
047ed35f83
@ -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(defs[0].text.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