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:
parent
3337c0f787
commit
2104fd391b
6 changed files with 135 additions and 11 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue