changes to mrc_client.py
This commit is contained in:
parent
cfbf6f4657
commit
0c511b3e85
@ -79,13 +79,13 @@ chatdats = "%s%schat*.dat" % (datadir, os.sep)
|
|||||||
mrcdir = "%s%smrc" % (datadir, os.sep)
|
mrcdir = "%s%smrc" % (datadir, os.sep)
|
||||||
|
|
||||||
# Platform information
|
# Platform information
|
||||||
version = "1.2.9"
|
version = "1.2.9a"
|
||||||
platform_name = "MYSTIC"
|
platform_name = "MYSTIC"
|
||||||
system_name = platform.system()
|
system_name = platform.system()
|
||||||
machine_arch = platform.machine()
|
machine_arch = platform.machine()
|
||||||
debugflag = True
|
debugflag = True
|
||||||
version_string = "%s/%s.%s/%s" % (platform_name, system_name, machine_arch, version)
|
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
|
# Check for command-line args
|
||||||
if(len(sys.argv) < 3) :
|
if(len(sys.argv) < 3) :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user