What it does
  Scans stored encounters and rewrites any identifier that is a character name to the correct
  account for that pirate. Keeps data consistent for threat calculations.
How matching works
  - If the encounter already uses an account (
# + five digits), it’s counted as “already accounts”. 
  - If the character name maps to exactly one pirate, it’s updated to that pirate’s account.
 
  - If there’s no pirate with that name, it’s counted as “not found”.
 
  - If multiple pirates share the same nickname, it’s “ambiguous” and skipped.
 
Result
  - Replies with a compact summary (updated / already / ambiguous / not found).
 
  - Refreshes the public pirate list afterwards.
 
  Moderator-only.