Adding TTYPE support (allows server to query client for information such as name and capabilities, assuming the client supports ttype).

This commit is contained in:
Griatch 2011-11-19 19:34:00 +01:00
parent 3337c0f787
commit 2104fd391b
6 changed files with 135 additions and 11 deletions

View file

@ -158,7 +158,7 @@ class Evennia(object):
"""
Outputs server startup info to the terminal.
"""
print _(' %(servername)s Portal (%(version)s) started.') % {'servername': SERVERNAME, 'version': VERSION}
print _(' %(servername)s Server (%(version)s) started.') % {'servername': SERVERNAME, 'version': VERSION}
print ' amp (Portal): %s' % AMP_PORT
def set_restart_mode(self, mode=None):