diff autobot/template/master/master.cfg @ 287:3a4b11d4fdf0

more hogwash
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 25 Feb 2013 16:46:32 -0800
parents 555c1c54be75
children 8bc0160993a2
line wrap: on
line diff
--- 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']))