commit 27370b9024fd3b4083778fd4df63fa1028500feb from: Markus Uhlin date: Sat Nov 29 19:41:38 2025 UTC Print the file path to the admin list commit - d96009fda3731b706044f1203e1b786826055d8e commit + 27370b9024fd3b4083778fd4df63fa1028500feb blob - f35b1db3f906b20a1b17cd5aab55522e7caf37c7 blob + 1cdd99d3d50cfd258346ed1e4d6a9e22be04ee3a --- FICS/command.c +++ FICS/command.c @@ -665,7 +665,8 @@ process_login(int p, char *loginname) !in_list(p, L_ADMIN, parray[p].name)) { pprintf(p, "\nYou've got a bad playerfile -- " "please report this to an admin!\n"); - pprintf(p, "Your handle is missing!"); + pprintf(p, "Your handle is missing!\n" + "(This in '%s/admin'.)\n", lists_dir); pprintf(p, "Please log on as an unreg until " "an admin can correct this.\n"); return COM_LOGOUT;