mirror of
				https://github.com/reality/dbot.git
				synced 2025-10-31 09:37:29 +01:00 
			
		
		
		
	correct missing channel users
This commit is contained in:
		
							parent
							
								
									08f35f90f8
								
							
						
					
					
						commit
						03f58bf906
					
				| @ -10,6 +10,9 @@ var users = function(dbot) { | ||||
|         if(!knownUsers.hasOwnProperty(server)) { | ||||
|             knownUsers[server] = { 'users': [], 'aliases': {}, 'channelUsers': {} }; | ||||
|         } | ||||
|         if(!knownUsers[server].hasOwnProperty('channelUsers')) { | ||||
|             knownUsers[server].channelUsers = {}; | ||||
|         } | ||||
|         return knownUsers[server];     | ||||
|     }; | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 reality
						reality