This is the new home of the egghelp.org community forum. this announcement post . Click the X in the top right-corner of this box to dismiss this message. 
Help for those learning Tcl or writing their own scripts.
			
		
				
			
				
								dj-zath 							 
						Op 			
		Posts:  134 Joined:  Sat Nov 15, 2008 6:49 am
				Contact: 
				
			 
				
		 
		
						
					
													
							
						
									
						Post 
					 
								by dj-zath  Mon Jul 26, 2010 6:14 am 
			
			
			
			
			
			Moderators:
			
			
													
					Last edited by 
dj-zath  on Tue Jul 27, 2010 8:40 pm, edited 3 times in total.
									
 
		 
				
		
		 
	 
				
		
				
			
				
								Pixelz 							 
						Voice 			
		Posts:  24 Joined:  Wed Jun 15, 2005 9:37 amLocation:  EFnet 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Pixelz  Mon Jul 26, 2010 6:28 am 
			
			
			
			
			
			That proc is not recursive. It'll call the timer and then return. No chance of "overloading the stack".
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
				
			
				
								dj-zath 							 
						Op 			
		Posts:  134 Joined:  Sat Nov 15, 2008 6:49 am
				Contact: 
				
			 
				
		 
		
						
					
						 
													
							
						
									
						Post 
					 
								by dj-zath  Mon Jul 26, 2010 6:45 am 
			
			
			
			
			
			-Message Removed-
			
			
													
					Last edited by 
dj-zath  on Tue Jul 27, 2010 8:41 pm, edited 2 times in total.
									
 
		 
				
		
		 
	 
				
		
				
			
				
								nml375 							 
						Revered One 			
		Posts:  2860 Joined:  Fri Aug 04, 2006 2:09 pm 
		
						
					
						 
													
							
						
									
						Post 
					 
								by nml375  Mon Jul 26, 2010 10:43 am 
			
			
			
			
			
			One more thing your "friends" seem unaware of, is the single-thread nature of eggdrop. That is, for as long as that while-loop would be running, your eggdrop would be unable to take any other actions (such as responding to server pings, hostile takeover attemts, etc).
			
			
									
						
							NML_375
			
						 
		 
				
		
		 
	 
				
		
				
			
				
								dj-zath 							 
						Op 			
		Posts:  134 Joined:  Sat Nov 15, 2008 6:49 am
				Contact: 
				
			 
				
		 
		
						
					
						 
													
							
						
									
						Post 
					 
								by dj-zath  Mon Jul 26, 2010 7:01 pm 
			
			
			
			
			
			-Message Removed-