forked from GitHub/dbot
		
	Update words.js
This commit is contained in:
		
							parent
							
								
									047ed35f83
								
							
						
					
					
						commit
						d647b35405
					
				| @ -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) && !defs[0].text.match(/participle/i)) { | ||||
|                                 event.reply(dbot.t('def', { | ||||
|                                     'word': word.word, | ||||
|                                     'definition': defs[0].text | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Luke Slater
						Luke Slater