Mercurial > hg > autobot
changeset 254:2f2642f1dde1
forgot a ,
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 28 Dec 2011 12:02:23 -0800 |
parents | 5db74374c122 |
children | 854af94783ae |
files | autobot/template/master/master.cfg |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/autobot/template/master/master.cfg Wed Dec 28 11:53:04 2011 -0800 +++ b/autobot/template/master/master.cfg Wed Dec 28 12:02:23 2011 -0800 @@ -117,7 +117,7 @@ irc = config.master.get('irc', '') if '@' in irc and config.master['channels']: irc_host, nick = irc.split('@', 1) - c['status'].append(words.IRC(host=irc_host, nick=nick + c['status'].append(words.IRC(host=irc_host, nick=nick, channels=config.master['channels']))