Mercurial > hg > autobot
changeset 252:1a4cb5ae38e2
forgot a ]
| author | Jeff Hammel <jhammel@mozilla.com> | 
|---|---|
| date | Wed, 28 Dec 2011 11:36:06 -0800 | 
| parents | 911af6a47544 | 
| children | 5db74374c122 | 
| files | autobot/template.py | 
| diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] | 
line wrap: on
 line diff
--- a/autobot/template.py Wed Dec 28 11:25:02 2011 -0800 +++ b/autobot/template.py Wed Dec 28 11:36:06 2011 -0800 @@ -55,6 +55,7 @@ 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') + ] def pre(self, variables, output): factory = variables.get('factories')
