Mercurial > hg > autobot
changeset 255:854af94783ae
what i actually meant
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 28 Dec 2011 12:08:31 -0800 |
parents | 2f2642f1dde1 |
children | 6e7f34386573 |
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 12:02:23 2011 -0800 +++ b/autobot/template/master/master.cfg Wed Dec 28 12:08:31 2011 -0800 @@ -116,7 +116,7 @@ from buildbot.status import words irc = config.master.get('irc', '') if '@' in irc and config.master['channels']: - irc_host, nick = irc.split('@', 1) + nick, irc_host = irc.split('@', 1) c['status'].append(words.IRC(host=irc_host, nick=nick, channels=config.master['channels']))