-
Notifications
You must be signed in to change notification settings - Fork 2
Talk:IRC Meeting
Erik Massop edited this page Nov 4, 2017
·
1 revision
Maybe we should make the rollcall+statements a bit more async.
org = Organizer('Sham Chukoury')
chat = org.spawn_pre_meeting_chattering_thread()
org.wait_until(meeting_starting_time)
chat.stop()
org.say('Meeting started!')
org.say('Everyone: Roll call with statements!") # <<---
statements = org.spawn_statement_collector_thread()
org.wait_a_bit()
issues += [st.discuss for st in statements]
for issue in issues:
org.say(issue.topic)
issue.discuss(timelimit=5minutes)
org.say(issue.resolution)
org.say('Meeting adjourned!')
Content is available under GNU Free Documentation License 1.2 unless otherwise noted.
- Community
- Development