Move trac bot to the trac stream.

(imported from commit 7c05062d73d6bd4de4b9329f1f2b7baa705c9d2b)
This commit is contained in:
Tim Abbott 2012-10-30 16:10:13 -04:00
parent 5be42f128e
commit 0267275cfd

View file

@ -35,7 +35,7 @@ def trac_subject(ticket):
def send_update(ticket, content): def send_update(ticket, content):
client.send_message({ client.send_message({
"type": "stream", "type": "stream",
"stream": "devel", "stream": "trac",
"content": content, "content": content,
"subject": trac_subject(ticket) "subject": trac_subject(ticket)
}) })