# HG changeset patch # User Jeff Hammel # Date 1325120369 28800 # Node ID d08050b4c858571d67b6a1d7c7b5c2c5c3b094f4 # Parent aa36f82313f1cb5d66655ea8d9a488985f8db3ac i really dont want any channels please diff -r aa36f82313f1 -r d08050b4c858 autobot/projects/autobot/__init__.py --- 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'],