|  |  | @ -44,7 +44,7 @@ func makeLogID(date time.Time, channel string) string { | 
			
		
	
		
			
				
					|  |  |  | func init() { | 
			
		
	
		
			
				
					|  |  |  | 	store.HandleInit(func(db *mgo.Database) { | 
			
		
	
		
			
				
					|  |  |  | 		collection = db.C("logbot3.logs") | 
			
		
	
		
			
				
					|  |  |  | 		postCollection = db.C("logbo3.posts") | 
			
		
	
		
			
				
					|  |  |  | 		postCollection = db.C("logbot3.posts") | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | 		collection.EnsureIndexKey("date") | 
			
		
	
		
			
				
					|  |  |  | 		collection.EnsureIndexKey("channel") | 
			
		
	
	
		
			
				
					|  |  | 
 |