From 27370b9024fd3b4083778fd4df63fa1028500feb Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sat, 29 Nov 2025 20:41:38 +0100 Subject: Print the file path to the admin list --- FICS/command.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FICS') diff --git a/FICS/command.c b/FICS/command.c index f35b1db..1cdd99d 100644 --- a/FICS/command.c +++ b/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; -- cgit v1.2.3