changes to mrc_client.py

This commit is contained in:
MeaTLoTioN 2022-06-07 23:57:18 +01:00
parent cfbf6f4657
commit 0c511b3e85

View File

@ -79,13 +79,13 @@ chatdats = "%s%schat*.dat" % (datadir, os.sep)
mrcdir = "%s%smrc" % (datadir, os.sep)
# Platform information
version = "1.2.9"
version = "1.2.9a"
platform_name = "MYSTIC"
system_name = platform.system()
machine_arch = platform.machine()
debugflag = True
version_string = "%s/%s.%s/%s" % (platform_name, system_name, machine_arch, version)
client_version = "Multi Relay Chat Client v%s [sf]" % version
client_version = "Multi Relay Chat Client v%s [mL]" % version
# Check for command-line args
if(len(sys.argv) < 3) :