add the liaison IRC nick to dashboard output

Change-Id: Ie60a09f5f937198c004e4151d8f749757f337fb8
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-01-16 16:17:04 -05:00
parent 24561f146b
commit 1e18e1f537

View File

@ -73,6 +73,7 @@ def main():
'Comments',
'PTL Nick',
'PTL Email',
'Liaison Nick',
'IRC Channel')
)
@ -91,5 +92,6 @@ def main():
'', # Comments
team.data['ptl']['irc'],
team.data['ptl']['email'],
team.liaison[1] or '',
team.data.get('irc-channel'))
)