Skip to content
Snippets Groups Projects
Commit bc098b1b authored by rswindell's avatar rswindell
Browse files

Added chat handle (or HAM callsign) to finger output.

parent 6d39998d
Branches
Tags
No related merge requests found
......@@ -412,7 +412,7 @@ if(include_real_name)
write(format(" In real life: %s", u.name));
write("\r\n");
write(format("From: %s\r\n",u.location));
write(format("From: %-36s Handle: %s\r\n",u.location,u.handle));
if(include_age_gender) {
birth=format("Birth: %s (Age: %u years)"
,u.birthdate,u.age);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment