# HG changeset patch # User Jeff Hammel # Date 1325106631 28800 # Node ID 9d5ec533e8df4c2217a6adaa663b3a6cb9ffaecd # Parent 6e7f3438657343c15c6cd46ce6c1aad960986c05 use a test channel for the normal case diff -r 6e7f34386573 -r 9d5ec533e8df autobot/template.py --- 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):