Mercurial > hg > autobot
changeset 257:9d5ec533e8df
use a test channel for the normal case
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 28 Dec 2011 13:10:31 -0800 |
parents | 6e7f34386573 |
children | 8ed63380052e |
files | autobot/template.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/autobot/template.py Wed Dec 28 12:22:45 2011 -0800 +++ b/autobot/template.py Wed Dec 28 13:10:31 2011 -0800 @@ -54,7 +54,7 @@ Variable('publichtmlport', 'port for public waterfall display', default=8011, cast=int), Variable('botname', 'name of IRC bot', default='autobot'), Variable('ircHost', 'IRC host', default='irc.mozilla.org'), - Variable('ircChannels', 'channels for the IRC bot', default='#ateam') + Variable('ircChannels', 'channels for the IRC bot', default='#ateam-test') # use #ateam in production ] def pre(self, variables, output):