mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-25 09:50:39 +01:00
unreal: fix a little typo
This commit is contained in:
parent
ad517f80da
commit
70b9bde2c4
@ -21,7 +21,7 @@ from ts6_common import TS6BaseProtocol
|
|||||||
class UnrealProtocol(TS6BaseProtocol):
|
class UnrealProtocol(TS6BaseProtocol):
|
||||||
def __init__(self, irc):
|
def __init__(self, irc):
|
||||||
super(UnrealProtocol, self).__init__(irc)
|
super(UnrealProtocol, self).__init__(irc)
|
||||||
# Set our case mapping (rfc1459 maps "\" and "|" together, for example".
|
# Set our case mapping (rfc1459 maps "\" and "|" together, for example)
|
||||||
self.casemapping = 'ascii'
|
self.casemapping = 'ascii'
|
||||||
self.proto_ver = 4000
|
self.proto_ver = 4000
|
||||||
self.min_proto_ver = 4000
|
self.min_proto_ver = 4000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user