Update Zulip support email to zulip-devel@googlegroups.com.

Ideally some of these templates should really point to the
local installation's support email address, but this is a
good start.

Exceptions:
* Where to report security incidents
* MIT Zephyr-related pages
* zulip.com terms and conditions
This commit is contained in:
Waseem Daher 2015-09-28 21:17:08 -07:00 committed by Tim Abbott
parent a2765aef3a
commit 8281e557b1
4 changed files with 4 additions and 4 deletions

View file

@ -54,6 +54,6 @@ while backoff.keep_going():
print ""
print ""
print "ERROR: The Jabber mirroring bot is unable to continue mirroring Jabber."
print "Please contact support@zulip.com if you need assistance."
print "Please contact zulip-devel@googlegroups.com if you need assistance."
print ""
sys.exit(1)