mirror of
				https://github.com/reality/dbot.git
				synced 2025-11-04 05:37:40 +01:00 
			
		
		
		
	meh
This commit is contained in:
		
							parent
							
								
									42952a24e5
								
							
						
					
					
						commit
						cb2e4da2ae
					
				@ -127,7 +127,7 @@ var commands = function(dbot) {
 | 
			
		||||
                            event.reply(user.primaryNick + ' has been warned ' + warn + ' times, quieted ' + quiet + ' times, and reported ' + report + ' times.');
 | 
			
		||||
 | 
			
		||||
                            var sTimes = _.keys(items).sort(function(a, b) {
 | 
			
		||||
                                return moment(a).unix() - moment(b).unix();
 | 
			
		||||
                                return parseInt(a) - parseInt(b);
 | 
			
		||||
                            });
 | 
			
		||||
                            
 | 
			
		||||
                            _.each(sTimes, function(time) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user