add the liaison IRC nick to dashboard output
Change-Id: Ie60a09f5f937198c004e4151d8f749757f337fb8 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
24561f146b
commit
1e18e1f537
@ -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'))
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user