From 73f6c614b8b2000e31a87ef8cc4ebce0e264e35a 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) --- api/bots/humbug_trac.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/bots/humbug_trac.py b/api/bots/humbug_trac.py index ca3813eea4..cbd06f920f 100644 --- a/api/bots/humbug_trac.py +++ b/api/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) })