diff autobot/template/master/master.cfg @ 271:13107cdc1e33

move to mozinfo and start adding email
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 31 Jul 2012 13:15:40 -0700
parents 8f9862788dce
children 72645086a0b7
line wrap: on
line diff
--- a/autobot/template/master/master.cfg	Tue Jul 31 09:49:57 2012 -0700
+++ b/autobot/template/master/master.cfg	Tue Jul 31 13:15:40 2012 -0700
@@ -121,6 +121,8 @@
         c['status'].append(words.IRC(host=irc_host, nick=nick,
                                      channels=config.master['channels']))
 
+# email notification
+
 # autolog
 #from autobot.status import autolog
 #c['status'].append(autolog.AutologStatus())