Adds public point of contact email to settings and unloggedin help command.

This commit is contained in:
Johnny 2018-11-07 21:26:34 +00:00
parent fc8abd8589
commit 81de57adfd
2 changed files with 6 additions and 0 deletions

View file

@ -276,6 +276,9 @@ Next you can connect to the game: |wconnect Anna c67jHL8p|n
You can use the |wlook|n command if you want to see the connect screen again.
"""
if settings.STAFF_CONTACT_EMAIL:
string += 'For support, please contact: %s' % settings.STAFF_CONTACT_EMAIL
self.caller.msg(string)