changeset 260:d08050b4c858

i really dont want any channels please
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 28 Dec 2011 16:59:29 -0800
parents aa36f82313f1
children 0927a07dfab3
files autobot/projects/autobot/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autobot/projects/autobot/__init__.py	Wed Dec 28 16:53:05 2011 -0800
+++ b/autobot/projects/autobot/__init__.py	Wed Dec 28 16:59:29 2011 -0800
@@ -27,7 +27,7 @@
     # make a master, slave pair
     self.addStep(ShellCommand(command=[WithProperties('%(create-autobot)s'),
                                        '-f', '-', # all factories,
-                                       '--channels', '-', # no channels
+                                       '--ircChannels', '', # no channels
                                        '--slaveport', str(slaveport),
                                        '--htmlport', str(htmlport),
                                        'bot'],