changeset 287:3a4b11d4fdf0

more hogwash
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 25 Feb 2013 16:46:32 -0800
parents 555c1c54be75
children b6d0ce3cf430
files autobot/template/master/master.cfg
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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']))