Loading src/client/main.c +5 −0 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
src/client/main.c +5 −0 Original line number Diff line number Diff line Loading @@ -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 */ Loading