From 0267275cfdad247914ec8fb57d887d8d20af31eb Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 30 Oct 2012 16:10:13 -0400 Subject: [PATCH] Move trac bot to the trac stream. (imported from commit 7c05062d73d6bd4de4b9329f1f2b7baa705c9d2b) --- bots/humbug_trac.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/humbug_trac.py b/bots/humbug_trac.py index ca3813e..cbd06f9 100644 --- a/bots/humbug_trac.py +++ b/bots/humbug_trac.py @@ -35,7 +35,7 @@ def trac_subject(ticket): def send_update(ticket, content): client.send_message({ "type": "stream", - "stream": "devel", + "stream": "trac", "content": content, "subject": trac_subject(ticket) })