Follower/following information a bit less cryptic lol.

This commit is contained in:
Storm Dragon
2025-07-29 19:18:07 -04:00
parent 97fc2b3082
commit 15a2d8a592
+1 -1
View File
@@ -8006,7 +8006,7 @@ sub userline { # used by both $userhandle and /whois
($my_json_ref->{'protected'} eq 'true') ? ($my_json_ref->{'protected'} eq 'true') ?
"${EM}(Protected)${OFF} " : ''; "${EM}(Protected)${OFF} " : '';
print $fh <<"EOF"; print $fh <<"EOF";
${CCprompt}@{[ &descape($my_json_ref->{'name'}) ]}${OFF} (@{[ &descape($my_json_ref->{'username'} || $my_json_ref->{'acct'}) ]}) (f:$my_json_ref->{'friends_count'}/$my_json_ref->{'followers_count'}) (u:$my_json_ref->{'statuses_count'}) ${verified}${protected} ${CCprompt}@{[ &descape($my_json_ref->{'name'}) ]}${OFF} (@{[ &descape($my_json_ref->{'username'} || $my_json_ref->{'acct'}) ]}) (following:$my_json_ref->{'friends_count'} followers:$my_json_ref->{'followers_count'} posts:$my_json_ref->{'statuses_count'}) ${verified}${protected}
EOF EOF
return; return;
} }