# HG changeset patch # User Jeff Hammel # Date 1361839592 28800 # Node ID 3a4b11d4fdf07b79da68c8e475994e424709e8d5 # Parent 555c1c54be75af7c04f974aa0066ffea441c9d1e more hogwash diff -r 555c1c54be75 -r 3a4b11d4fdf0 autobot/template/master/master.cfg --- a/autobot/template/master/master.cfg Mon Feb 25 16:01:34 2013 -0800 +++ b/autobot/template/master/master.cfg Mon Feb 25 16:46:32 2013 -0800 @@ -147,7 +147,8 @@ nick, irc_host = irc.split('@', 1) if nick and irc_host: c['status'].append(words.IRC(host=irc_host, nick=nick, allowForce=False, - events={'success': 1, + events={'failure': 1, + 'exception': 1, }, channels=config.master['channels']))