Change about command to put relevant version info first, as per #1945
This commit is contained in:
parent
96b3cd049c
commit
88e8e88594
1 changed files with 7 additions and 6 deletions
|
|
@ -768,8 +768,13 @@ class CmdAbout(COMMAND_DEFAULT_CLASS):
|
||||||
"""Display information about server or target"""
|
"""Display information about server or target"""
|
||||||
|
|
||||||
string = """
|
string = """
|
||||||
|cEvennia|n {version}|n
|
|cEvennia|n MU* development system
|
||||||
MU* development system
|
|
||||||
|
|wEvennia version|n: {version}
|
||||||
|
|wOS|n: {os}
|
||||||
|
|wPython|n: {python}
|
||||||
|
|wTwisted|n: {twisted}
|
||||||
|
|wDjango|n: {django}
|
||||||
|
|
||||||
|wLicence|n https://opensource.org/licenses/BSD-3-Clause
|
|wLicence|n https://opensource.org/licenses/BSD-3-Clause
|
||||||
|wWeb|n http://www.evennia.com
|
|wWeb|n http://www.evennia.com
|
||||||
|
|
@ -778,10 +783,6 @@ class CmdAbout(COMMAND_DEFAULT_CLASS):
|
||||||
|wMaintainer|n (2010-) Griatch (griatch AT gmail DOT com)
|
|wMaintainer|n (2010-) Griatch (griatch AT gmail DOT com)
|
||||||
|wMaintainer|n (2006-10) Greg Taylor
|
|wMaintainer|n (2006-10) Greg Taylor
|
||||||
|
|
||||||
|wOS|n {os}
|
|
||||||
|wPython|n {python}
|
|
||||||
|wTwisted|n {twisted}
|
|
||||||
|wDjango|n {django}
|
|
||||||
""".format(version=utils.get_evennia_version(),
|
""".format(version=utils.get_evennia_version(),
|
||||||
os=os.name,
|
os=os.name,
|
||||||
python=sys.version.split()[0],
|
python=sys.version.split()[0],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue