Commit 2963fb70 authored by Justin Mitchell's avatar Justin Mitchell
Browse files

Autoexec functions were run before any processing happened on the

incoming message pipe. added a quick call to idle to give it a chance. fixes #9
parent 97586a6f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -695,6 +695,11 @@ int main(int argc, char **argv)
	init_colour();
	RoomInit(&user->room);
	update_user(user);

	/* give the incoming pipe a chance to process before
	 * we run the autoexec functions, so wholist etc can arrive */	
	idle( -1, 1);

	/* run all board init functions */
	RunInitFuncs(0);
	/* broadcast board logon signal to other users */