forked from GitHub/dbot
		
	Make it show the new key for the previous change
This commit is contained in:
		
							parent
							
								
									b9b5d9913d
								
							
						
					
					
						commit
						7124798398
					
				| @ -49,7 +49,7 @@ var quotes = function(dbot) { | ||||
|             if(quotes.hasOwnProperty(key)) { | ||||
|                 event.reply(key + ': ' + interpolatedQuote(key)); | ||||
|             } else if(quotes.hasOwnProperty(altKey)) { | ||||
|                 event.reply(key + ': ' + interpolatedQuote(altKey)); | ||||
|                 event.reply(altKey + ': ' + interpolatedQuote(altKey)); | ||||
|             } else { | ||||
|                 event.reply(dbot.t('category_not_found', {'category': key})); | ||||
|             } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Luke Slater
						Luke Slater