mirror of
				https://github.com/reality/dbot.git
				synced 2025-11-04 02:37:32 +01:00 
			
		
		
		
	include user in missing notifies
This commit is contained in:
		
							parent
							
								
									17bd41d3ef
								
							
						
					
					
						commit
						7ec7537b7d
					
				@ -91,6 +91,7 @@ var report = function(dbot) {
 | 
			
		||||
                                this.pending[id].push({
 | 
			
		||||
                                    'time': new Date().getTime(),
 | 
			
		||||
                                    'channel': cName,
 | 
			
		||||
                                    'user': user.primaryNick,
 | 
			
		||||
                                    'message': message
 | 
			
		||||
                                });
 | 
			
		||||
                                this.pNotify[id] = true;
 | 
			
		||||
 | 
			
		||||
@ -12,10 +12,12 @@ block content
 | 
			
		||||
          tr
 | 
			
		||||
            th Date
 | 
			
		||||
            th Channel
 | 
			
		||||
            th User
 | 
			
		||||
            th Message
 | 
			
		||||
        tbody
 | 
			
		||||
          each notify in notifies
 | 
			
		||||
            tr
 | 
			
		||||
              td #{notify.time}
 | 
			
		||||
              td #{notify.channel}
 | 
			
		||||
              td #{notify.user}
 | 
			
		||||
              td #{notify.message}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user