mirror of
				https://github.com/reality/dbot.git
				synced 2025-10-29 23:27:32 +01:00 
			
		
		
		
	winner = correction fix
This commit is contained in:
		
							parent
							
								
									c707849980
								
							
						
					
					
						commit
						aa7fc99144
					
				| @ -22,8 +22,10 @@ var spelling = function(dbot) { | ||||
|                 console.log(winner + ' ' + winnerDistance);  | ||||
| 
 | ||||
|                 if(winnerDistance < 3) { | ||||
|                     var fix = last[data.channel][data.user].replace(winner, correction);  | ||||
|                     dbot.say(data.channel, data.user + ': ' + fix); | ||||
|                     if(winner !== correction) { | ||||
|                         var fix = last[data.channel][data.user].replace(winner, correction);  | ||||
|                         dbot.say(data.channel, data.user + ': ' + fix); | ||||
|                     } | ||||
|                 } | ||||
|             } else { | ||||
|                  if(last.hasOwnProperty(data.channel)) { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Luke Slater
						Luke Slater