mirror of
				https://github.com/reality/dbot.git
				synced 2025-11-04 09:57:30 +01:00 
			
		
		
		
	sessionData hash for storage which should explicitly not survive beyond full restarts (as opposed to reloading modules).
This commit is contained in:
		
							parent
							
								
									1e7911e9b3
								
							
						
					
					
						commit
						94430e52a1
					
				
							
								
								
									
										1
									
								
								run.js
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								run.js
									
									
									
									
									
								
							@ -49,6 +49,7 @@ var DBot = function(timers) {
 | 
			
		||||
    this.port = this.config.port || 6667;
 | 
			
		||||
    this.webPort = this.config.webPort || 443;
 | 
			
		||||
    this.moduleNames = this.config.modules || [ 'command', 'js', 'admin', 'kick', 'modehate', 'quotes', 'puns', 'spelling', 'web', 'youare' ];
 | 
			
		||||
    this.sessionData = {};
 | 
			
		||||
 | 
			
		||||
    this.timers = timers.create();
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user