Output email with address, nick and id.
This commit is contained in:
parent
f4cb441835
commit
8a89fc3ad6
2 changed files with 5 additions and 5 deletions
|
@ -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 '()))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue