bots: Eliminate NEW_USER_BOT.

This bot was basically a duplicate of NOTIFICATION_BOT for some
specific corner cases, and didn't add much value.  It's better to just
eliminate it, which also removes some ugly corner cases around what
happens if the user account doesn't exist.
This commit is contained in:
Tim Abbott
2018-03-29 11:32:25 -07:00
parent 2bc51931a8
commit 656f882a44
7 changed files with 11 additions and 20 deletions

View File

@@ -226,9 +226,6 @@ DEFAULT_SETTINGS.update({
# ERROR_BOT sends Django exceptions to an "errors" stream in the
# system realm.
'ERROR_BOT': None,
# NEW_USER_BOT sends notifications about new user signups to a
# "signups" stream in the system realm.
'NEW_USER_BOT': None,
# These are extra bot users for our end-to-end Nagios message
# sending tests.
'NAGIOS_STAGING_SEND_BOT': None,