|  |  | @ -1601,8 +1601,10 @@ def start(cli, nick, chan, rest): | 
			
		
	
		
		
			
				
					
					|  |  |  |         cli.notice(nick, "You're currently not playing.") |  |  |  |         cli.notice(nick, "You're currently not playing.") | 
			
		
	
		
		
			
				
					
					|  |  |  |         return |  |  |  |         return | 
			
		
	
		
		
			
				
					
					|  |  |  |          |  |  |  |          | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     # fstart condition | 
			
		
	
		
		
			
				
					
					|  |  |  |     if nick == chan: |  |  |  |     if nick == chan: | 
			
		
	
		
		
			
				
					
					|  |  |  |         chan = botconfig.CHANNEL |  |  |  |         chan = botconfig.CHANNEL | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |          | 
			
		
	
		
		
			
				
					
					|  |  |  |     now = datetime.now() |  |  |  |     now = datetime.now() | 
			
		
	
		
		
			
				
					
					|  |  |  |     var.GAME_START_TIME = now  # Only used for the idler checker |  |  |  |     var.GAME_START_TIME = now  # Only used for the idler checker | 
			
		
	
		
		
			
				
					
					|  |  |  |     dur = int((var.CAN_START_TIME - now).total_seconds()) |  |  |  |     dur = int((var.CAN_START_TIME - now).total_seconds()) | 
			
		
	
	
		
		
			
				
					|  |  | 
 |