Loading src/client/main.c +4 −4 Original line number Diff line number Diff line Loading @@ -644,6 +644,10 @@ int main(int argc, char **argv) if (!autochat) printf(_("Type 'help' for help.\n")); user->loggedin = time(0); /* give the incoming pipe a chance to process before * we run the autoexec functions, so wholist etc can arrive */ idle( -1, 1); /* initialise script variables */ script_init(); setup_js(); Loading Loading @@ -696,10 +700,6 @@ int main(int argc, char **argv) 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 +4 −4 Original line number Diff line number Diff line Loading @@ -644,6 +644,10 @@ int main(int argc, char **argv) if (!autochat) printf(_("Type 'help' for help.\n")); user->loggedin = time(0); /* give the incoming pipe a chance to process before * we run the autoexec functions, so wholist etc can arrive */ idle( -1, 1); /* initialise script variables */ script_init(); setup_js(); Loading Loading @@ -696,10 +700,6 @@ int main(int argc, char **argv) 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