Output email with address, nick and id.

This commit is contained in:
Dominik Pantůček 2023-04-10 21:59:14 +02:00
parent f4cb441835
commit 8a89fc3ad6
2 changed files with 5 additions and 5 deletions

View file

@ -332,7 +332,7 @@
(loop (cddr fmtl)
(cons (case (cadr fmtl)
((#\N) (member-record-info mr 'nick))
((#\I) (number->string (member-record-info mr 'id)))
((#\I) (number->string (member-id mr)))
((#\S) (number->string (member-suspended-months mr)))
((#\E)
(let ((n (length (ldict-ref mr 'highlights '()))))