mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 13:09:23 +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):
|
||||
def __init__(self, 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.proto_ver = 4000
|
||||
self.min_proto_ver = 4000
|
||||
|
Loading…
Reference in New Issue
Block a user